OIDCProvider
is a
datatype for an OIDC identity provider.
Table: OIDCProvider
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 | |||||
authorizationEndpoint | string | Long-Term | The OIDC provider's authorization end point. | ||
clientID | string | yes | Long-Term | The unique identifier for the client. | |
federatedIdp | string | Long-Term | The Federated IdP. | ||
id | string | yes | Long-Term | The unique identifier for the OIDC identity provider. | |
redirectUrl | string | yes | Long-Term | The URL where the user should be redirected after authentication. | |
scopes | [string] | yes | Long-Term | A list of the OIDC provider scopes. | |
serviceName | string | Long-Term | The name of the OIDC provider service. |