OpenID Connect Discovery Endpoint

GET {{url}}{{site}}/.well-known/openid-configuration

RESPONSES

status: OK

{"end_session_endpoint":"https://\u003cmy_domain\u003e/services/auth/idp/oidc/logout","frontchannel_logout_supported":true,"frontchannel_logout_session_supported":false,"issuer":"https://\u003cmy_domain\u003e","authorization_endpoint":"https://\u003cmy_domain\u003e/services/oauth2/authorize","token_endpoint":"https://\u003cmy_domain\u003e/services/oauth2/token","revocation_endpoint":"https://\u003cmy_domain\u003e/services/oauth2/revoke","userinfo_endpoint":"https://\u003cmy_domain\u003e/services/oauth2/userinfo","jwks_uri":"https://\u003cmy_domain\u003e/id/keys","registration_endpoint":"https://\u003cmy_domain\u003e/services/oauth2/register","introspection_endpoint":"https://\u003cmy_domain\u003e/services/oauth2/introspect","scopes_supported":["cdp_ingest_api","custom_permissions","cdp_segment_api","content","cdp_api","chatbot_api","cdp_identityresolution_api","interaction_api","wave_api","web","cdp_calculated_insight_api","einstein_gpt_api","offline_access","id","api","eclair_api","email","pardot_api","lightning","visualforce","cdp_query_api","sfap_api","address","openid","profile","cdp_profile_api","refresh_token","phone","user_registration_api","pwdless_login_api","chatter_api","full","forgot_password"],"response_types_supported":["code","token","token id_token"],"subject_types_supported":["public"],"id_token_signing_alg_values_supported":["RS256"],"display_values_supported":["page","popup","touch"],"token_endpoint_auth_methods_supported":["client_secret_post","client_secret_basic","private_key_jwt"],"claims_supported":["active","address","email","email_verified","family_name","given_name","is_app_installed","language","locale","name","nickname","organization_id","phone_number","phone_number_verified","photos","picture","preferred_username","profile","sub","updated_at","urls","user_id","user_type","zoneinfo"]}