Auth Settings
Get the IdP Configuration
Fetch the IdP configuration.
get/v3/identity-provider
Response
A get action response of the IdP configuration.
Example response
{
"issuer": "https://myidp.com/oauth2",
"login_path": "myapp",
"client_id": "YOUR_CLIENT_ID",
"claim_mappings": {
"name": "name",
"email": "email",
"groups": "custom-groups-claim"
}
}