OIDCProvider is a datatype for an OIDC identity provider.

Table: OIDCProvider

ParameterTypeRequiredDefaultDescription
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
authorizationEndpointstring  The OIDC provider's authorization end point.
clientIdstringyes The unique identifier for the client.
federatedIdpstring  The Federated IdP.
idstringyes The unique identifier for the OIDC identity provider.
redirectUrlstringyes The URL where the user should be redirected after authentication.
scopes[string]yes A list of the OIDC provider scopes.
serviceNamestring  The name of the OIDC provider service.