Identity Providers API
Endpoint Index
Action | Endpoint |
---|---|
Fetch an Identity Provider | GET /auth/identity/instances/{name} |
Fetch All Identity Providers | GET /auth/identity/instances |
Add a SAML Identity Provider | POST /auth/identity/saml |
Create an Identity Provider | POST /auth/identity |
Delete an Identity Provider | DELETE /auth/identity/instances/{name} |
GET /auth/identity/instances/{name}
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
name | path | string | required |
Response:IdentityProviderResponse
Security Group:identity  Permissions:read,custom
GET /auth/identity/instances
Response:IdentityProviderResponse[]
Security Group:identity  Permissions:read,custom
POST /auth/identity/saml
Response:IdentityProviderResponse
Security Group:identity  Permissions:add,custom
SAMLIdentityProviderCreateRequest
¶requireddisplayName stringid stringsingleSignOnServiceUrl string
This endpoint will be removed in a future release.
POST /auth/identity
Response:IdentityProviderResponse
Security Group:identity  Permissions:add,custom
IdentityProviderResponse
¶requireddisplayName stringacsUrl stringcallbackUrl stringentityId stringid stringsingleSignOnServiceUrl stringtype string
DELETE /auth/identity/instances/{name}
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
name | path | string | required |
Response:void
Security Group:identity  Permissions:delete,custom