You can use the PingOne console to get the access token for an existing application. This allows you to get an access token without having to make an API call.
To get an access token, the following must be true:
- The application is enabled.
- The application has a grant type of
Client credentials
. - The application has a token endpoint authentication method of
CLIENT_SECRET_BASIC
orCLIENT_SECRET_POST
. - The user has access to the client secret.
- For a worker application, the application has the appropriate role assignments. For non-worker applications, the application has the appropriate scopes.