
{
   "issuer": "https://sso.tds.net",
   "authorization_endpoint": "https://sso.tds.net/as/authorization.oauth2",
   "token_endpoint": "https://sso.tds.net/as/token.oauth2",
   "revocation_endpoint": "https://sso.tds.net/as/revoke_token.oauth2",
   "userinfo_endpoint": "https://sso.tds.net/idp/userinfo.openid",
   "introspection_endpoint": "https://sso.tds.net/as/introspect.oauth2",
   "jwks_uri": "https://sso.tds.net/pf/JWKS",
   "registration_endpoint": "https://sso.tds.net/as/clients.oauth2",
   "ping_revoked_sris_endpoint": "https://sso.tds.net/pf-ws/rest/sessionMgmt/revokedSris",
   "ping_end_session_endpoint": "https://sso.tds.net/idp/startSLO.ping",
   "scopes_supported": [ "address", "phone", "openid", "account.uuid", "profile", "user.username", "user", "account", "account.billing_id", "email" ],
   "claims_supported": [ "sub", "X-TDS-USER-TOKEN" ],
   "response_types_supported": [ "code", "token", "id_token", "code token", "code id_token", "token id_token", "code token id_token" ],
   "response_modes_supported": [ "fragment", "query", "form_post" ],
   "grant_types_supported": [ "implicit", "authorization_code", "refresh_token", "password", "client_credentials", "urn:pingidentity.com:oauth2:grant_type:validate_bearer", "urn:ietf:params:oauth:grant-type:jwt-bearer", "urn:ietf:params:oauth:grant-type:saml2-bearer" ],
   "subject_types_supported": [ "public" ],
   "id_token_signing_alg_values_supported": [ "none", "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "ES256", "ES384", "ES512" ],
   "token_endpoint_auth_methods_supported": [ "client_secret_basic", "client_secret_post", "private_key_jwt" ],
   "token_endpoint_auth_signing_alg_values_supported":  [ "RS256", "RS384", "RS512", "ES256", "ES384", "ES512" ],
   "claim_types_supported": [ "normal" ],
   "claims_parameter_supported": false,
   "request_parameter_supported": true,
   "request_uri_parameter_supported": false,
   "request_object_signing_alg_values_supported": [ "RS256", "RS384", "RS512", "ES256", "ES384", "ES512" ],
   "request_object_encryption_alg_values_supported": [ ],
   "request_object_encryption_enc_values_supported": [ ]
}
