OidcInfo
Represents Identity management configuration when the provider is based on OIDC
{
"authEndpoint": "string",
"authMethod": "One among: CLIENT_SECRET_BASIC, CLIENT_SECRET_POST, CLIENT_SECRET_JWT, PRIVATE_KEY_JWT",
"clientId": "string",
"discoveryEndpoint": "string",
"issuer": "string",
"logoutEndpoint": "string",
"publicKeyUri": "string",
"tokenEndpoint": "string"
}
Authentication endpoint of the Identity Provider
Authentication method used by the Identity Provider
Client identifier to connect to the Identity Provider
Endpoint to retrieve the Identity Provider metadata
The Identity Provider namespace. It is used to validate the issuer in the acquired OAuth2 token
The endpoint to use for terminating the user's session at the Identity Provider
Endpoint to retrieve the Identity Provider public key for validation
Token endpoint of the Identity Provider