Read IdP details
GET/service/idp/open-id
This endpoint is used to read the IdP details configured by the organisation in the consent building block.
Request
Path Parameters
idpId stringrequired
Unique ID of an object
Responses
- 200
- 400
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
idp object
id stringrequired
IDP Id
logoutUrl stringrequired
Logout Url
clientId stringrequired
Client Id
{
"idp": {
"id": "",
"logoutUrl": "string",
"clientId": "string"
}
}
bad input parameter
Response Headers
Loading...