You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will add the ability to the admin-ui plugin so that agama-developer-studio can use its following APIs. The admin-ui will call the following oauth2 APIs
appType: admin-ui, agama-developer-studio.
API: /app/{appType}/oauth2/config -- To get ADS client configuration.
API: /app/{appType}/oauth2/access-token -- To generate access_token to get user-info
API: /app/{appType}/oauth2/user-info -- To get user-info
API: /app/{appType}/oauth2/api-protection-token -- To generate api-protection-token containing required scopes to access confg-api endpoints.
The text was updated successfully, but these errors were encountered:
We will add the ability to the
admin-ui plugin
so that agama-developer-studio can use its following APIs. The admin-ui will call the following oauth2 APIsAPI
: /app/{appType}/oauth2/config -- To get ADS client configuration.API
: /app/{appType}/oauth2/access-token -- To generate access_token to get user-infoAPI
: /app/{appType}/oauth2/user-info -- To get user-infoAPI
: /app/{appType}/oauth2/api-protection-token -- To generate api-protection-token containing required scopes to access confg-api endpoints.The text was updated successfully, but these errors were encountered: