CREATE - Create IDP
POST {{baseUrl}}/config/idp/open-id
This endpoint is used to configure an IdP (e.g. OIDC based) used by the organisation in the consent building block.
Request Body
{"idp"=>{"authorisationUrl"=>"<string>", "tokenUrl"=>"<string>", "userInfoUrl"=>"<string>", "jwksUrl"=>"<string>", "clientId"=>"<string>", "clientSecret"=>"<string>", "defaultScope"=>"<string>", "issuerUrl"=>"<string>", "logoutUrl"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
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"}}