Skip to content

Commit b1b78ed

Browse files
committed
feat: Make SSO re-authentication configurable for SSL
Signed-off-by: Alessio Attilio <[email protected]>
1 parent deb98ac commit b1b78ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/org/apache/catalina/authenticator/SSLAuthenticator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ protected boolean doAuthenticate(Request request, HttpServletResponse response)
115115

116116
@Override
117117
protected String getAuthMethod() {
118+
return HttpServletRequest.CLIENT_CERT_AUTH;
119+
}
118120

119121

120122
@Override

0 commit comments

Comments
 (0)