OIDCIdentityProviderAuth
OIDCIdentityProviderAuth
is a datatype for OIDC identity provider authentication.
Table: OIDCIdentityProviderAuth
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 27, 2024 | |||||
authorizeEndpoint | string | yes | Long-Term | The authorization endpoint that accepts an authentication requests. | |
authType | string | yes | Long-Term | The type of authentication. | |
clientId | string | yes | Long-Term | The unique identifier of the client. | |
federatedIdp | string | Long-Term | The Federated IdP. | ||
name | string | yes | Long-Term | The name of the OIDC identity provider. | |
redirectUrl | string | yes | Long-Term | The URL to which to redirect user after authenticating. | |
scopes | [string] | yes | Long-Term | List of openid scope values for ODIC requests. | |
serviceName | string | yes | Long-Term | The name of the service of the OIDC identity provider. |