OidcIdentityProviderAuth is a datatype for OIDC identity provider authentication. It implements the interface datatype, AuthenticationMethodAuth.

Table: OidcIdentityProviderAuth

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 27, 2024
authorizeEndpointstringyes Long-TermThe authorization endpoint that accepts an authentication requests.
authTypestringyes Long-TermThe type of authentication.
clientIdstringyes Long-TermThe unique identifier of the client.
federatedIdpstring  Long-TermThe Federated IdP.
namestringyes Long-TermThe name of the OIDC identity provider.
redirectUrlstringyes Long-TermThe URL to which to redirect user after authenticating.
scopes[string]yes Long-TermList of openid scope values for ODIC requests.
serviceNamestringyes Long-TermThe name of the service of the OIDC identity provider.