OBJECT
IdentityProvider
Description
Identity Provider is an entity responsible for authenticating a user account.
link GraphQL Schema definition
- type IdentityProvider {
- # Name of the Identity provider.
- String! :
- # URL of single sign-on endpoint.
- String! :
- # EntityId of the Identity provider.
- String! :
- # URL of service provider initiated single sign-on.
- String! :
- # URL of service provider initiated single sign-on for the purpose of testing a
- # configured identity provider.
- String! :
- # URL of the single sign-out endpoint.
- String! :
- # ID of the organization that owns the identity provider.
- String! :
- # Metadata of the identity provider in JSON format.
- String! :
- # Signing certificate of the identity provider.
- String! :
- # Specifies whether the identity provider is the default.
- Boolean! :
- # Number of authorized groups for the identity provider.
- Int! :
- # Number of users from the identity provider that have an active session.
- Int! :
- # Expiration date of the identity providers metadata.
- DateTime :
- # Unique identifier of the identity provider.
- UUID! :
- # List of claim attributes of the identity provider.
- IdpClaimAttributeType!]! : [
- }