This is an automated email from the ASF dual-hosted git repository. mjumper pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit e46d06e6b832c02a666e0f99f4d2a3495b030a23 Merge: 28ce49f8e 97f93fa5c Author: Mike Jumper <[email protected]> AuthorDate: Thu Jul 6 08:27:31 2023 -0700 GUACAMOLE-1780: Merge changes adding MFA compatibility to SSO support. .../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(-)
