INPUT_OBJECT
AddIdentityProviderInput
Description
Identity provider to add.
link GraphQL Schema definition
- input AddIdentityProviderInput {
- # Entity ID of the identity provider.
- : String!
- # Custom claims for the identity provider.
- : [IdpClaimAttribute!]
- # Specifies if the identity provider should be set as the temporary identity
- # provider.
- : Boolean!
- # Name of the identity provider.
- : String!
- # Sign-in URL for the identity provider.
- : String!
- # Signing certificate for the identity provider.
- : String!
- }