Constant Field Values
Contents
io.jenkins.*
-
io.jenkins.plugins.tuleap_oauth.TuleapAuthenticationErrorAction Modifier and Type Constant Field Value public static final String
REDIRECT_ON_AUTHENTICATION_ERROR
"tuleapError"
-
io.jenkins.plugins.tuleap_oauth.TuleapSecurityRealm Modifier and Type Constant Field Value public static final String
AUTHORIZATION_ENDPOINT
"oauth2/authorize?"
public static final String
CODE_CHALLENGE_METHOD
"S256"
public static final String
CODE_VERIFIER_SESSION_ATTRIBUTE
"code_verifier"
public static final String
JENKINS_REDIRECT_URI_ATTRIBUTE
"redirect_uri"
public static final String
NONCE_ATTRIBUTE
"nonce"
public static final String
REDIRECT_URI
"securityRealm/finishLogin"
public static final String
SCOPES
"read:project read:user_membership openid profile email"
public static final String
STATE_SESSION_ATTRIBUTE
"state"
-
io.jenkins.plugins.tuleap_oauth.checks.IDTokenCheckerImpl Modifier and Type Constant Field Value public static final String
ALGORITHM
"RS256"
-
io.jenkins.plugins.tuleap_oauth.helper.TuleapGroupHelper Modifier and Type Constant Field Value public static final String
GROUP_SEPARATOR
"#"