This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 28ce49f8e GUACAMOLE-1829: Merge correct versions of dependencies for
remaining 1.5.2 versioned extensions.
add 0de694c91 GUACAMOLE-1780: Allow SAML, SSL sessions to be resumed after
another auth provider vetoes the auth attempt.
add 97f93fa5c GUACAMOLE-1780: Unify session reactivation/invalidation
behavior.
new e46d06e6b GUACAMOLE-1780: Merge changes adding MFA compatibility to
SSO support.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../auth/sso/AuthenticationSessionManager.java | 76 +++++++++++++-
.../auth/sso/SSOAuthenticationEventListener.java | 115 +++++++++++++++++++++
.../auth/saml/AuthenticationProviderService.java | 25 ++++-
.../auth/saml/SAMLAuthenticationEventListener.java | 66 ++++++++++++
.../saml/SAMLAuthenticationProviderModule.java | 2 +
.../src/main/resources/guac-manifest.json | 4 +
.../auth/ssl/AuthenticationProviderService.java | 38 +++++--
.../auth/ssl/SSLAuthenticationEventListener.java | 65 ++++++++++++
.../auth/ssl/SSLAuthenticationProviderModule.java | 2 +
.../src/main/resources/guac-manifest.json | 4 +
.../frontend/src/app/login/directives/login.js | 20 +++-
11 files changed, 400 insertions(+), 17 deletions(-)
create mode 100644
extensions/guacamole-auth-sso/modules/guacamole-auth-sso-base/src/main/java/org/apache/guacamole/auth/sso/SSOAuthenticationEventListener.java
create mode 100644
extensions/guacamole-auth-sso/modules/guacamole-auth-sso-saml/src/main/java/org/apache/guacamole/auth/saml/SAMLAuthenticationEventListener.java
create mode 100644
extensions/guacamole-auth-sso/modules/guacamole-auth-sso-ssl/src/main/java/org/apache/guacamole/auth/ssl/SSLAuthenticationEventListener.java