Could someone please let me know whether we have some issues in visibility of applications in API portal. In manage apps, when I create application in API portal, it doesn’t create or provides any option to generate client ID/ Secret, and under ‘applications’ tab in Portal I could not see any option to create application and even applications which I created in API Gateway and API portal (Manage apps) are not visible, hence no client ID /Secret.
Need clarification with this, if this is the case with Trial account or I am doing something wrong here. Please suggest at the earliest.
Thanks for your response. What if that particular API is not having Oauth enabled in policies in gateway, so I wont be able to see ‘Get Access Token’ option.
In the API where I enabled Oauth2.0, when I am trying to generate access token from Portal, it says token will be generated but nothing gets generated in trial account on API portal.
Also, say app developer comes and create application, so he should get clientID/Secret to access those APIs, correct ?
yes. When the API is protected either by APIKey/OAuth/JWT then you will have “Get access token” link in the details page. If the API is not a protected API, then you dont require a application to access it.