Code0 LogoCode0

OidcIdentityProviderConfig

Represents an OIDC identity provider configuration

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

Fields without arguments

NameTypeDescription
attributeStatementsJSON!List of attribute statements for the OIDC identity provider
authorizationUrlString!The 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
userDetailsUrlString!The user details URL for the OIDC identity provider

On this page