Prometheus pulls information from PingCentral endpoints and stores the data it retrieves.
- Enable single sign-on (SSO) with OpenID Connect (OIDC) in PingCentral's application.properties file.
- Register an OAuth client in an authorization server with
grant_type = client_credentials
. Include the claims: 'sub', 'aud', and 'PingCentral-Role' in an issued access_token. - Configure the Resource Server section in the application.properties file.
For more information, see Setting up SSO for PingCentral.