GUACAMOLE-1780: Allow SAML, SSL sessions to be resumed after another auth provider vetoes the auth attempt.

This commit is contained in:
James Muehlner
2023-04-05 17:13:55 +00:00
parent 940c7ad37a
commit 0de694c912
10 changed files with 293 additions and 16 deletions

View File

@@ -9,6 +9,10 @@
"org.apache.guacamole.auth.ssl.SSLAuthenticationProvider"
],
"listeners" : [
"org.apache.guacamole.auth.ssl.AuthenticationEventListener"
],
"css" : [
"styles/sso-providers.css"
],