Identity Providers API

Endpoint Index

ActionEndpoint
Fetch an Identity ProviderGET /auth/identity/instances/{name}
Fetch All Identity ProvidersGET /auth/identity/instances
Add a SAML Identity ProviderPOST /auth/identity/saml
Create an Identity ProviderPOST /auth/identity
Delete an Identity ProviderDELETE /auth/identity/instances/{name}
Fetch an Identity Provider
fetchIdentityProviderByName
GET /auth/identity/instances/{name}
    Request Parameters:
    NamePositionTypeRequired
    namepathstringrequired
    Security Group:identity   Permissions:read,custom
Fetch All Identity Providers
fetchIdentityProviders
GET /auth/identity/instances
Add a SAML Identity Provider
addSAMLIdentityProvider
POST /auth/identity/saml
SAMLIdentityProviderCreateRequest
required
displayName string
id string
singleSignOnServiceUrl string
Create an Identity Provider
Deprecated
createIdentityProvider
This endpoint will be removed in a future release.
POST /auth/identity
IdentityProviderResponse
required
displayName string
acsUrl string
callbackUrl string
entityId string
id string
singleSignOnServiceUrl string
type string
Delete an Identity Provider
deleteIdentityProviderInstance
DELETE /auth/identity/instances/{name}
    Request Parameters:
    NamePositionTypeRequired
    namepathstringrequired
    Response:void
    Security Group:identity   Permissions:delete,custom