READ - Read IdP details

GET {{baseUrl}}/config/idp/open-id/:idpId

This endpoint is used to read the IdP details configured by the organisation in the consent building block.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"idp":{"authorisationUrl":"\u003cstring\u003e","tokenUrl":"\u003cstring\u003e","userInfoUrl":"\u003cstring\u003e","jwksUrl":"\u003cstring\u003e","clientId":"\u003cstring\u003e","clientSecret":"\u003cstring\u003e","defaultScope":"\u003cstring\u003e","issuerUrl":"\u003cstring\u003e","logoutUrl":"\u003cstring\u003e"}}