Re: [cas-user] Something strange about my logout action.

2015-07-23 Thread Andi Zulfadli
Dear Sir. Jérôme LELEU Thank You Very Much for your good response Sir. That is very helpful. My logout problem has been completed. next, i want to ask you about how do i can get attribute like cn,dn,displayName, and etc of account that is login through cas server? Thanks a lot Sir. Best

Re: [cas-user] Something strange about my logout action.

2015-07-23 Thread Andi Zulfadli
Dear Sir. Jérôme LELEU Thank You Very Much for your good response Sir. That is very helpful. My logout problem has been completed. next, i want to ask you about how do i can get attribute like cn,dn,displayName, and etc of account that is login through cas server? Please Sir... Thanks a lot

Re: [cas-user] Something strange about my logout action.

2015-07-22 Thread Jérôme LELEU
Hi, Good question. Better take a look at the documentation: https://github.com/Jasig/phpCAS/blob/master/source/CAS/Client.php#L1687 To avoid unwanted logout request calls, you can choose to check the servers allowed to call your application: in the method, the first parameter is whether you want

Re: [cas-user] Something strange about my logout action.

2015-07-22 Thread Andi Zulfadli
Hi,Sir Jérôme LELEU Thank you very much for your help Sir. I want to ask about what is the value of myappserver in the function *phpCAS::handleLogoutRequests(true, array('myappserver'));*what information that i have to fill into the myappserver variable?? *thank you very muchbest

Re: [cas-user] Something strange about my logout action.

2015-07-22 Thread Jérôme LELEU
Hi, The CAS server is responsible for contacting the user applications and notifying them that a logout is required (when a CAS logout is called). So you generally need to configure something on the application side to handle CAS server logout requests. With the phpCAS client, you should have

[cas-user] Something strange about my logout action.

2015-07-21 Thread Andi Zulfadli
what is the solution about my case. The problem is when i logout with the original link of my CAS Server, (ex : https://cas.poliupg.ac.id/cas/logout;). it is successfull logout in my cas server . but not in my phpCAS client. I have to access (ex: http://[phpCAS_URL]/?logout;) for succesfull