INPUT_OBJECT

AddIdentityProviderInput

Description

Identity provider to add.

link GraphQL Schema definition

  • input AddIdentityProviderInput {
  • # Entity ID of the identity provider.
  • entityId: String!
  • # Custom claims for the identity provider.
  • idpClaimAttributes: [IdpClaimAttribute!]
  • # Specifies if the identity provider should be set as the temporary identity
  • # provider.
  • isTemp: Boolean!
  • # Name of the identity provider.
  • name: String!
  • # Sign-in URL for the identity provider.
  • signInUrl: String!
  • # Signing certificate for the identity provider.
  • signingCertificate: String!
  • }

link Require by