Get Listener Rule Action Authenticate Oidc
data class GetListenerRuleActionAuthenticateOidc(val authenticationRequestExtraParams: Map<String, String>, val authorizationEndpoint: String, val clientId: String, val issuer: String, val onUnauthenticatedRequest: String, val scope: String, val sessionCookieName: String, val sessionTimeout: Int, val tokenEndpoint: String, val userInfoEndpoint: String) : ConvertibleToJava<GetListenerRuleActionAuthenticateOidc>
Properties
Link copied to clipboard
Set of additional parameters for the request. Detailed below.
Link copied to clipboard
The authorization endpoint of the IdP.
Link copied to clipboard
Behavior when the client is not authenticated.
Link copied to clipboard
Name of the cookie used to maintain session information.
Link copied to clipboard
Maximum duration of the authentication session in seconds.
Link copied to clipboard
The token endpoint of the IdP.
Link copied to clipboard
The user info endpoint of the IdP.