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

Table: OidcIdentityProviderAuth

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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.