简体   繁体   English

将PHP和Java应用程序集成到CAS Server中

[英]Integrate php and java application in CAS Server

I have developed three applications. 我已经开发了三个应用程序。 Now i have to integrate three applications under cas server. 现在,我必须在cas服务器下集成三个应用程序。 I have implemented CAS-JASIG server and integrated my java applications with cas server. 我已经实现了CAS-JASIG服务器,并将Java应用程序与cas服务器集成在一起。

My Problem is : 我的问题是:

I have to integrate my php application with cas server. 我必须将我的PHP应用程序与cas服务器集成在一起。 I have a html file in my java application in that html file i have a link for my php application. 我的Java应用程序中有一个html文件,该HTML文件中有我的php应用程序的链接。 When i click on that link my php application should be opened. 当我单击该链接时,应该打开我的PHP应用程序。

Guide me where to start. 指导我从哪里开始。 Any Links or tutorials would be great. 任何链接或教程都很棒。

Thanks in advance 提前致谢

就像您拥有Java CAS客户端的Java应用程序一样: https://github.com/Jasig/java-cas-client : https://github.com/Jasig/java-cas-client ,存在一个PHP CAS客户端: https://github.com/Jasig/phpCAS : https://github.com/Jasig/phpCAS for PHP应用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM