I would love to know how to get one of those
I do not This is the output from the well known endpoint
{
"issuer": "https://my.company.com",
"authorization_endpoint": "https://my.company.com/as/authorization.oauth2",
"token_endpoint": "https://my.company.com/as/token.oauth2",
"revocation_endpoint": "https://my.company.com/as/revoke_token.oauth2",
"userinfo_endpoint": "https://my.company.com/idp/userinfo.openid",
"introspection_endpoint": "https://my.company.com/as/introspect.oauth2",
"jwks_uri": "https://my.company.com/pf/JWKS",
"registration_endpoint": "https://my.company.com/as/clients.oauth2",
"ping_revoked_sris_endpoint": "https://my.company.com/pf-ws/rest/sessionMgmt/revokedSris",
"ping_session_management_sris_endpoint": "https://my.company.com/pf-ws/rest/sessionMgmt/sessions",
"ping_session_management_users_endpoint": "https://my.company.com/pf-ws/rest/sessionMgmt/users",
"ping_end_session_endpoint": "https://my.company.com/idp/startSLO.ping",
"backchannel_logout_supported": true,
"backchannel_logout_session_supported": true,
"device_authorization_endpoint": "https://my.company.com/as/device_authz.oauth2",
"scopes_supported": [
"lm_job",
"us_person_status",
"preferred_username",
"suffix",
"credential_authenticator",
"offline_access",
"mfa_required",
"email",
"lmco_upn",
"address",
"email_verified",
"openid",
"lm_business_area",
"profile",
"lmc_subject_uuid",
"given_name",
"middle_name",
"location_of_authentication",
"lm_employee_type",
"lm_credential_strength",
"upn",
"country_access_claim",
"employee_id",
"lm_business_unit",
"name",
"phone_number",
"family_name"
],
"claims_supported": [
"address",
"country_access_claim",
"credential_authenticator",
"email",
"email_verified",
"employee_id",
"family_name",
"given_name",
"groups",
"lm_business_area",
"lm_business_unit",
"lm_credential_strength",
"lm_employee_type",
"lm_job",
"lmc_subject_uuid",
"lmco_upn",
"location_of_authentication",
"middle_name",
"name",
"phone_number",
"preferred_username",
"profile",
"scope",
"sub",
"suffix",
"upn",
"us_person_status"
],
"response_types_supported": [
"code",
"token",
"id_token",
"code token",
"code id_token",
"token id_token",
"code token id_token"
],
"response_modes_supported": [
"fragment",
"fragment.jwt",
"query",
"query.jwt",
"form_post",
"form_post.jwt",
"jwt"
],
"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",
"urn:ietf:params:oauth:grant-type:device_code",
"urn:ietf:params:oauth:grant-type:token-exchange",
"urn:openid:params:grant-type:ciba"
],
"subject_types_supported": [
"public",
"pairwise"
],
"id_token_signing_alg_values_supported": [
"none",
"HS256",
"HS384",
"HS512",
"RS256",
"RS384",
"RS512",
"PS256",
"PS384",
"PS512"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
"client_secret_jwt",
"private_key_jwt",
"tls_client_auth"
],
"token_endpoint_auth_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"PS256",
"PS384",
"PS512",
"HS256",
"HS384",
"HS512"
],
"claim_types_supported": [
"normal"
],
"claims_parameter_supported": false,
"request_parameter_supported": true,
"request_uri_parameter_supported": false,
"authorization_response_iss_parameter_supported": false,
"request_object_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"PS256",
"PS384",
"PS512"
],
"request_object_encryption_alg_values_supported": [
"dir",
"A128KW",
"A192KW",
"A256KW",
"A128GCMKW",
"A192GCMKW",
"A256GCMKW",
"ECDH-ES",
"ECDH-ES+A128KW",
"ECDH-ES+A192KW",
"ECDH-ES+A256KW",
"RSA-OAEP",
"RSA-OAEP-256"
],
"request_object_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"id_token_encryption_alg_values_supported": [
"dir",
"A128KW",
"A192KW",
"A256KW",
"A128GCMKW",
"A192GCMKW",
"A256GCMKW",
"ECDH-ES",
"ECDH-ES+A128KW",
"ECDH-ES+A192KW",
"ECDH-ES+A256KW",
"RSA-OAEP",
"RSA-OAEP-256"
],
"id_token_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"introspection_signing_alg_values_supported": [
"HS256",
"HS384",
"HS512",
"RS256",
"RS384",
"RS512",
"PS256",
"PS384",
"PS512"
],
"introspection_encryption_alg_values_supported": [
"dir",
"A128KW",
"A192KW",
"A256KW",
"A128GCMKW",
"A192GCMKW",
"A256GCMKW",
"ECDH-ES",
"ECDH-ES+A128KW",
"ECDH-ES+A192KW",
"ECDH-ES+A256KW",
"RSA-OAEP",
"RSA-OAEP-256"
],
"introspection_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"authorization_signing_alg_values_supported": [
"HS256",
"HS384",
"HS512",
"RS256",
"RS384",
"RS512",
"PS256",
"PS384",
"PS512"
],
"authorization_encryption_alg_values_supported": [
"dir",
"A128KW",
"A192KW",
"A256KW",
"A128GCMKW",
"A192GCMKW",
"A256GCMKW",
"ECDH-ES",
"ECDH-ES+A128KW",
"ECDH-ES+A192KW",
"ECDH-ES+A256KW",
"RSA-OAEP",
"RSA-OAEP-256"
],
"authorization_encryption_enc_values_supported": [
"A128CBC-HS256",
"A192CBC-HS384",
"A256CBC-HS512",
"A128GCM",
"A192GCM",
"A256GCM"
],
"pushed_authorization_request_endpoint": "https://my.company.com/as/par.oauth2",
"require_pushed_authorization_requests": false,
"authorization_details_types_supported": [],
"backchannel_authentication_endpoint": "https://my.company.com/as/bc-auth.ciba",
"backchannel_token_delivery_modes_supported": [
"poll",
"ping"
],
"backchannel_authentication_request_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"PS256",
"PS384",
"PS512"
],
"backchannel_user_code_parameter_supported": false,
"code_challenge_methods_supported": [
"plain",
"S256"
],
"dpop_signing_alg_values_supported": [
"RS256",
"RS384",
"RS512",
"ES256",
"ES384",
"ES512",
"PS256",
"PS384",
"PS512"
]
}```