【发布时间】:2012-12-02 11:40:30
【问题描述】:
我有一些问题取决于集成 Spring Security 3 和 CAS 技术。
我知道 SS 让我能够使用一些提供程序和过滤器设置 CAS 身份验证。但我没有t see examples that describe how can I use my custom login form or page.
CAS gives options to setup custom design of login page, but this solution isnt 为我服务。
我需要在我的应用程序中实现弹出登录表单。这是要求,我无法更改任何内容。
所以,我的问题是: 如何将 Spring Security 和 CAS 与我的自定义登录表单/页面集成? 请给我一些关于这个问题的例子或主题链接。
或者也许我不能使用 CAS。也许是一些 OpenId 技术?
谢谢!
【问题讨论】:
标签: spring-security single-sign-on cas