[cas-user] How to hide "redirect_url" at loginProviders in CAS login page when used delegated authentication?

2020-09-14 Thread zl anson
Hi all, I used CAS to do delegate authenticate to another idp used saml protocal, and this works fine. A thirdparty button will appears in login corner and when user clicks, it will generate saml url and redirect to idp's login page. But question is ,when our website are doing audit,

[cas-user] Re: Logout workflow with Delegated Auth

2019-08-02 Thread zl anson
I have the same issue, delegated CAS to other idp used pac4j, login is fine,but when logout, the Userprofile's information is gone, no nameid,so the IDP return error, SLO cannot accomplished 在 2019年7月4日星期四 UTC+8下午7:16:17,Julien Gribonvald写道: > > Hi, > > I can't find in documentation how the

[cas-user] how to support stored procedure in CAS5.1

2018-05-21 Thread zl anson
Hello everyone. I want to support "stored procedure" authentication when login at CAS , and successful in CAS4.2 but do not know how to do in CAS5.1? What I did is modified the CAS 4.2 'S source code and added cooresponse java bean in deployerConfigContext.xml files ,add

[cas-user] Can CAS intergrate with other 4A system( Oracle4A /OAM/)?

2018-03-13 Thread zl anson
Hi We are using CAS system in our current project, but we are ordered to intergrate our system to another system, that system is used Oracle'IDM 4A system, the "account " part will managed by the Oracle IDM, but for SSO and authorized part, will process by CAS, Here is our

[cas-user] How to use "SQL Stored Procedure" in Autheticate phase when login in CAS 5.1?

2017-11-28 Thread zl anson
Hello, I used CAS5.1, now I can do autheticate part by connect to our database at login phase, but now we want to use "SQL Stored Procedure" instead of SQL to do autheticate, does any body now how to do this? In the "application.properties" file ,there are:

[cas-user] How to Ignore/Pass some page or folder under CAS5.1 in .Net side?

2017-11-22 Thread zl anson
Hello, I know in CAS java client side, there is a option "ignorePattern" (in web.xml), this option can set the page or folder be ignored in CAS java client side. But Is there same option or something else exists in .Net side in webconfig? we want to ignore some page at .net

[cas-user] Is the CAS sever and client both two side need same java version?

2017-11-13 Thread zl anson
Hello, everyone, I used CAS5.1 server on centos, and the jdk is 1.8 and the CAS client use jboss 4.2.3 and jdk is 1.6, and when we do intergrate,there is a error like below, is the CAS require same jdk version for servr and client? Any help would be appricate!.

[cas-user] Strange problem (HTTP Status 500) when intergrate our OA into CAS

2017-11-09 Thread zl anson
Hello Everyone: I met a problem , when I am intergrate our company's OA into CAS5.1, there is a problem. I deploy the CAS server and client successfully, the OA is Java side and use JBOSS. Actually the OA url can registerd in CAS and login, but when input username and

[cas-user] SLO(Single Logout) issue problem in CAS5.1

2017-10-26 Thread zl anson
Hello, everybody I have question about the SLO (single log out) problem for CAS5.1, I don't know if it is a bug. When I used CAS4.2.x , and used 2 Java client as CAS client, the SLO function works well, when I logout in A system, the account in B system will logout also. But

[cas-user] Re: Big question about CAS .net client (On CAS5.1)

2017-09-19 Thread zl anson
Does the Dot Net side are not supported in CAS5.1 for the return other property issure? anybody knows? 在 2017年9月14日星期四 UTC+8下午5:32:58,zl anson写道: > > Hello guys > I met a big trouble when I using the CAS 5.1 on my project. This > is how to retrieve multi property of u

[cas-user] Big question about CAS .net client (On CAS5.1)

2017-09-14 Thread zl anson
Hello guys I met a big trouble when I using the CAS 5.1 on my project. This is how to retrieve multi property of user from CAS .NET side. Actually We used CAS5.1 , and test JAVA client, when we modify the config, and filter on JAVA, the java client can get other propertys

[cas-user] CAS5.1 ,Application Not Authorized to Use CAS , no service registry issue.???

2017-09-05 Thread zl anson
hello, I had used CAS4.2.7, and it works well, I can use java and .net client to redirect to CAS server. But now , when I used a new machine and deployed CAS5.1, the java and .net client are all not work, it shows the service is not registered -- Application Not Authorized