Skip to content

Retrieve configuration details for a specific identity provider

Request

Security
JWTAuthorizer
Path
uidstringrequired

Identity provider UID

curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/v2/idp/{uid}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
clientIdstring
descriptionstring
namestring
uristring
uidstring
Response
{ "clientId": "string", "description": "string", "name": "string", "uri": "string", "uid": "string" }