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
| Name | Type | Description |
|---|---|---|
attributeStatements | JSON! | List of attribute statements for the OIDC identity provider |
authorizationUrl | String! | The authorization URL for the OIDC identity provider |
clientId | String! | The client ID for the OIDC identity provider |
clientSecret | String! | The client secret for the OIDC identity provider |
providerName | String! | The name of the OIDC identity provider |
redirectUri | String! | The redirect URI for the OIDC identity provider |
userDetailsUrl | String! | The user details URL for the OIDC identity provider |