Get the IdP Configuration
Fetch the IdP configuration.
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"
}
}Changes
Changed in 4 of the 75 revisions of this API.9112
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
claim_mappingsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
client_idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
issuerbecame nullable for the status200response-property-became-nullable
- ▲
the response property
login_pathbecame nullable for the status200response-property-became-nullable
- ○
the
emailresponse's property default valueemailwas added for the status200response-property-default-value-added
- ○
the
groupsresponse's property default valuegroupswas added for the status200response-property-default-value-added
- ○
the
nameresponse's property default valuenamewas added for the status200response-property-default-value-added
- ○
the
scopesresponse's property default valueemailopenidprofilewas added for the status200response-property-default-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the
emailresponse's property default valueemailwas removed for the status200response-property-default-value-removed
- ○
the
groupsresponse's property default valuegroupswas removed for the status200response-property-default-value-removed
- ○
the
nameresponse's property default valuenamewas removed for the status200response-property-default-value-removed
- ○
the
scopesresponse's property default valueemailopenidprofilewas removed for the status200response-property-default-value-removed
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the
emailresponse's property default valueemailwas added for the status200response-property-default-value-added
- ○
the
groupsresponse's property default valuegroupswas added for the status200response-property-default-value-added
- ○
the
nameresponse's property default valuenamewas added for the status200response-property-default-value-added
- ○
the
scopesresponse's property default valueemailopenidprofilewas added for the status200response-property-default-value-added
- ○