OIDCIdentityProviderAuth is a datatype for OIDC identity provider authentication.

Table: OIDCIdentityProviderAuth

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
authorizeEndpointstringyes The authorization endpoint that accepts an authentication requests.
authTypestringyes The type of authentication.
clientIDstringyes The unique identifier of the client.
federatedIdpstring  The Federated IdP.
namestringyes The name of the OIDC identity provider.
redirectUrlstringyes The URL to which to redirect user after authenticating.
scopes[string]yes List of openid scope values for ODIC requests.
serviceNamestringyes The name of the service of the OIDC identity provider.