Code0 LogoCodeZero

OidcIdentityProviderConfig

Represents an OIDC identity provider configuration

For more information see: https://github.com/code0-tech/code0-identities/blob/0.0.6/README.md#oauth-based

Fields without arguments

NameTypeDescription
attributeStatementsJSONList of attribute statements for the OIDC identity provider
authorizationUrlStringThe authorization URL for the OIDC identity provider
clientIdString!The client ID for the OIDC identity provider
clientSecretString!The client secret for the OIDC identity provider
providerNameString!The name of the OIDC identity provider
redirectUriString!The redirect URI for the OIDC identity provider
tokenUrlStringThe token URL for the OIDC identity provider
userDetailsUrlStringThe user details URL for the OIDC identity provider

On this page