admin
oauth-client
Get custom OIDC/OAuth provider details
Retrieves details of a specific custom OIDC/OAuth provider. Only available when custom OIDC/OAuth providers are enabled.
get/admin/custom-providers/{identifier}
Response
Custom OIDC/OAuth provider details
Example response
{
"identifier": "custom:mycompany",
"name": "My Company SSO",
"scopes": [
"openid",
"email",
"profile"
],
"attribute_mapping": {
"email": "user_email",
"name": "full_name"
},
"custom_claims_allowlist": [
"groups",
"org_id"
],
"authorization_params": {
"prompt": "consent"
},
"issuer": "https://accounts.google.com"
}