This is the required client ID used to confirm the audience of an OIDC provider's ID token.
The user-friendly display name to the current configuration. This name is also used as the provider label in the Cloud Console.
Whether the provider configuration is enabled or disabled. A user cannot sign in using a disabled provider.
This is the required provider issuer used to match the provider issuer of
the ID token and to determine the corresponding OIDC discovery document, eg.
/.well-known/openid-configuration.
This is needed for the following:
The provider ID defined by the developer.
For a SAML provider, this is always prefixed by saml..
For an OIDC provider, this is always prefixed by oidc..
Generated using TypeDoc
The OIDC Auth provider configuration interface. An OIDC provider can be created via
createProviderConfig().