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