WebSphere:如何从 CAS 票证中检索用户的凭证?

WebSphere : How to retrieve a user's credentials from CAS ticket?

我目前正在开发由 LDAP 保护的 WebSphere 8.5.5。 我想要实现的是使用 Jasig CAS 身份验证的 SSO。 目前,我能够在 CAS 中登录用户并在 WebSphere 托管的 Web 应用程序中检索和验证票证。 我想知道如何使用我收到的票证检索已识别主题的登录名和密码(如果可能...)

感谢您的帮助!!

您需要连接到启用了 ClearPass 模块的 CAS 服务器。然后您可以安全地检索用户的密码以重播它。

[1] https://apereo.github.io/cas/4.2.x/integration/ClearPass.html