Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在一个已经使用 CAS 进行单点登录的网站上工作。有人告诉我将此功能应用于新站点。那就是当我点击一个按钮时,它会自动让我在那个新网站上登录。
那么,如何添加一个赋予其单点登录功能的新站点?
我使用的语言是 Asp.net。
您需要在 CAS 服务器的后台声明您的应用程序:https://wiki.jasig.org/display/CASUM/Services+Management为了保护您的网站,您需要使用 .Net 的 CAS 客户端:https://wiki.jasig.org/display/CASC/.Net+Cas+Client。
https://wiki.jasig.org/display/CASUM/Services+Management
https://wiki.jasig.org/display/CASC/.Net+Cas+Client