You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2021/11/22 20:45:37 UTC

[guacamole-client] 01/01: GUACAMOLE-1364: Merge clean up overall logic of SAML authentication flow.

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch staging/1.4.0
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 3162a3b4f7a608e02684e92ec8b3b86614eed50a
Merge: d05e379 76caea0
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Mon Nov 22 15:43:58 2021 -0500

    GUACAMOLE-1364: Merge clean up overall logic of SAML authentication flow.

 .../auth/saml/AuthenticationProviderService.java   | 225 +++------------------
 .../auth/saml/SAMLAuthenticationProvider.java      |  40 ++--
 .../saml/SAMLAuthenticationProviderModule.java     |  18 +-
 .../saml/SAMLAuthenticationProviderResource.java   | 167 ---------------
 .../guacamole/auth/saml/SAMLResponseMap.java       | 134 ------------
 .../guacamole/auth/saml/acs/AssertedIdentity.java  | 134 ++++++++++++
 .../saml/acs/AssertionConsumerServiceResource.java | 134 ++++++++++++
 .../auth/saml/acs/AuthenticationSession.java       | 113 +++++++++++
 .../saml/acs/AuthenticationSessionManager.java     | 152 ++++++++++++++
 .../auth/saml/acs/IdentifierGenerator.java         |  54 +++++
 .../guacamole/auth/saml/acs/SAMLService.java       | 188 +++++++++++++++++
 .../auth/saml/conf/ConfigurationService.java       |  34 ++++
 .../auth/saml/user/SAMLAuthenticatedUser.java      | 105 ++++++++--
 13 files changed, 966 insertions(+), 532 deletions(-)