我的身份验证依赖于服务参数:根据"first-part-url",我调用相应的ldap服务来验证我的用户。
但我不知道如何获取该服务参数,我只在AuthenticationHandlers中获取Credantials。
有什么想法吗?非常感谢!
发布于 2015-12-29 16:56:44
我在jasig项目编码小组中找到了解决方案:
https://groups.google.com/forum/#!searchin/jasig-cas-user/authentication$20handler/jasig-cas-user/olF57mNbtlE/uPWYFZsNAEYJ
https://stackoverflow.com/questions/34453764
复制相似问题