有人有 CAS 代理授予票的有效示例吗?
I need to implement a CAS Proxy Granting Ticket System.
So I need to understand the system. There is a good doc here, but I have no idea about the proxyCallback I need.
Could someone explain me that ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CAS 将调用 pgtURL 来提供特殊票证,使该应用程序能够为其他应用程序获取新票证。
这是 web.xml 中的设置:
要使用特殊票证获取另一项服务的新票证:
然后,您重定向到该服务并为其提供新票证。
The CAS will invoke the pgtURL to provide a special ticket that will enable that application to acquire new tickets for other applications.
This is the setup in web.xml:
To get a new ticket for another service with the special ticket:
Then you redirect to that service giving to it the new ticket.