Code0 LogoCode0
GraphQL Schema/Input_object

IdentityProviderConfigInput

Input for identity provider configuration. Contains fields for both OIDC and SAML.

Fields

NameTypeDescription
attributeStatementsJSONList of attribute statements for the identity provider
authorizationUrlStringThe authorization URL for the OIDC identity provider
clientIdStringThe client ID for the OIDC identity provider
clientSecretStringThe client secret for the OIDC identity provider
metadataUrlStringOptional metadata URL to fetch metadata (alternative to settings)
providerNameStringThe name of the identity provider
redirectUriStringThe redirect URI for the OIDC identity provider
responseSettingsJSONThe SAML response settings for the identity provider
settingsJSONThe SAML settings for the identity provider
userDetailsUrlStringThe user details URL for the OIDC identity provider

On this page