Skip to content

ModifyIdentityProviderInput

Attributes to add for an organization's identity provider.

Fields

Field Type Description
entityId String Entity ID of the identity provider.
idpClaimAttributes [IdpClaimAttribute!] Custom claims for the identity provider.
idpId UUID! ID of the identity provider.
isDefault Boolean Specifies if the identity provider should be set as the default.
isForceAuthnEnabled Boolean Whether the SAML AuthnRequest sent to this identity provider sets ForceAuthn="true", asking the IdP to re-authenticate the user on every login instead of reusing a cached IdP session.
name String Name of the identity provider.
signInUrl String Sign-in URL for the identity provider.
signingCertificate String Signing certificate for the identity provider.