GitHub user necouchman opened a pull request:
https://github.com/apache/incubator-guacamole-client/pull/183
GUACAMOLE-362: Add support for CAS ClearPass
This PR adds support to the CAS module for the ClearPass functionality,
which allows CAS to pass the password back to the requesting service in an
encrypted fashion, and the service will decrypt the password. The password
gets assigned to the credentials for the module, so it can be used as a token.
As a side-effect, this also resolves GUACAMOLE-341 for the CAS module,
which deals we the username being available in the credentials object for SSO
authentication extensions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/incubator-guacamole-client
GUACAMOLE-362
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-client/pull/183.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #183
----
commit a7effd027b87f7f0154f51c3a4afed33c8d1cc8e
Author: Nick Couchman <[email protected]>
Date: 2017-08-16T15:58:26Z
GUACAMOLE-362: Add support for CAS ClearPass, parsing and decrypting the
password and assigning it a token.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---