Skip to content

Configure a new identity provider for external user authentication

Request

Security
JWTAuthorizer
Bodyapplication/json
clientIdstring
descriptionstring
namestring
uristring
curl -i -X POST \
  https://apidocs.trustgrid.io/_mock/v2/idp \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "clientId": "string",
    "description": "string",
    "name": "string",
    "uri": "string"
  }'

Responses

OK

Response
No content