Skip to content

Retrieve all configured identity providers for user authentication

Request

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

Responses

OK

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