API Invoker invoking an API with OAuth2 token exposed by AEF
Hi, When API Invoker try to invoke the API exposed by AEF, do we need to have authorization on all APIs with its separate logic? Let's say API Invoker wants to invoke a 5G API to create a new subscription on service at URI https://[BASE:URI]/3gpp-chargeable-party/v1/{AF_ID}/transactions with OAuth2 token. How does AEF verifies OAuth2 token [on its own or by using CCF ] and Do AEF need to write its own logic to handle claims and scope represented by OAuth2 token ?
I could not find any reference in specifications related to procedure of API invoker invoking the APIs.