Identity Provider
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST |
List all identity provider configs
Required API key scopes
organization:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /organizations /:organization_id /identity_provider_configsExample response
Status 200
RESPONSE
Create identity provider configs
Required API key scopes
organization:writeRequest parameters
- namestring
- saml_entity_idstringnull
- saml_acs_urlstringnull
- saml_x509_certstringnull
- scim_enabledboolean
- id_jag_issuer_urlstringnull
- id_jag_jwks_urlstringnull
- id_jag_allowed_clientsarray
Response
Example request
POST /api /organizations /:organization_id /identity_provider_configsExample response
Status 201
RESPONSE
Retrieve identity provider configs
Required API key scopes
organization:readPath parameters
- idstring
Response
Example request
GET /api /organizations /:organization_id /identity_provider_configs /:idExample response
Status 200
RESPONSE
Update identity provider configs
Required API key scopes
organization:writePath parameters
- idstring
Request parameters
- namestring
- saml_entity_idstringnull
- saml_acs_urlstringnull
- saml_x509_certstringnull
- scim_enabledboolean
- id_jag_issuer_urlstringnull
- id_jag_jwks_urlstringnull
- id_jag_allowed_clientsarray
Response
Example request
PATCH /api /organizations /:organization_id /identity_provider_configs /:idExample response
Status 200
RESPONSE
Delete identity provider configs
Required API key scopes
organization:writePath parameters
- idstring
Example request
DELETE /api /organizations /:organization_id /identity_provider_configs /:idExample response
Status 204 No response body
Create identity provider configs scim token
Regenerate the SCIM bearer token for this IdP config.
Path parameters
- idstring
Response
Example request
POST /api /organizations /:organization_id /identity_provider_configs /:id /scim /tokenExample response
Status 200
RESPONSE