Get a SAML provider by its ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$samlProviderIdstringRequired
The unique id of the SAML provider
Responses
200
OK
application/json
objectstring · enumRequiredPossible values:
Type of Object, always equals to "saml-provider"
idstringRequired
Unique identifier for the provider.
labelstring · min: 1 · max: 30Required
ssoURLstring · uri · max: 2048Required
entityIDstring · max: 1024Required
certificatestring · max: 10000Required
defaultRolestring · enum · nullableRequiredPossible values:
The role of a member in an organization, null for guests
createdAtstring · date-timeRequired
Date at which the provider was created.
statusstring · enumRequiredPossible values:
Status of the provider.
active: The provider is active and can be used to authenticate users.pending: The provider is pending and is not yet fully configured.
404
No matching provider found
application/json
get/orgs/{organizationId}/saml/{samlProviderId}
Last updated
Was this helpful?