Get Identity Provider
Retrieves the configuration of a single identity provider. This operation returns information about a specific identity provider's settings and authentication integration details.
Response
An identity provider configuration. This response represents the configuration of a specific identity provider, which can be either OIDC or SAML.
Example response
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"type": "oidc",
"enabled": true,
"login_path": "myapp",
"config": {
"issuer_url": "https://konghq.okta.com/oauth2/default",
"client_id": "YOUR_CLIENT_ID",
"client_secret": "YOUR_CLIENT_SECRET",
"claim_mappings": {
"name": "name",
"email": "email",
"groups": "groups"
}
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 3 of the 52 revisions of this API.23
- ○
the
idp_metadata_urlresponse's property default valuewas added for the status200response-property-default-value-added
- ○
the
idp_metadata_xmlresponse's property default valuewas added for the status200response-property-default-value-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
config/oneOf[subschema #2: SAML Identity Provider Config]/callback_urlresponse's property type/format changed fromstring/pathtostring/urifor status200response-property-type-changed
- ▲
the
config/oneOf[subschema #2: SAML Identity Provider Config]/sp_metadata_urlresponse's property type/format changed fromstring/pathtostring/urifor status200response-property-type-changed
- ▲
- ○
endpoint added
endpoint-added
- ○