Re: [cas-user] SAML SP logout

2022-06-28 Thread Arkady Keppert
I tried it but it still doesn't tell me anything. I got some additional logs maybe someone clould help me ? Correct logout out of shibboleth is posible when i go to https://sp.uek.krakow.pl/Shibboleth.sso/Logout, then shibboleth send information about it to cas and cas destroy ticket then im lo

[cas-user] Get current registered service name

2022-06-28 Thread Mael CPC
Hello community, I'm trying to get the current registered service name in a custom authentication handler. Is that possible ? If yes, how to implement it ? I use CAS 6.5.4. Thanks Mael -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelin

[cas-user] RE: [EXTERNAL SENDER] Re: SAML federation and service entries

2022-06-28 Thread King, Robert
That is likely the issue. We are on the latest 6.3.x branch. Will mark it as a known bug to be resolved when we get our version to 6.5. Thank you. From: obe...@fsu.edu Sent: Monday, June 27, 2022 3:47 PM To: CAS Community Cc: King, Robert Subject: [EXTERNAL SENDER] Re: SAML federation and s

Re: [cas-user] SAML SP logout

2022-06-28 Thread Ray Bon
Arkady, The communication between the two servers looks correct. Cas is sending the logout request (you can decode the SAMLRequest at https://www.samltool.com/decode.php but most of the message is encrypted). How are shib sessions being stored? If with a cookie (which I think is the default),

Re: [cas-user] Get current registered service name

2022-06-28 Thread Ray Bon
Mael, You can use the configurer to set additional properties in your authn handler, https://apereo.github.io/cas/6.5.x/authentication/Configuring-Custom-Authentication.html (I am not sure what holds the service). Also look at the code for builtin handlers. You may be able to find some additio

Re: [cas-user] Re: Migrating services from version 5 to 6

2022-06-28 Thread Dave Steiner
We are currently upgrading from v5 to v6 and use JPA like you are. What we are doing is to use the CAS5 endpoint /status/services/export to get a zip file of all our Service entries (~1000-1500). We then need to make a minor change to those and will be using the CAS6 endpoint /actuator/regi

[cas-user] cas策略区别

2022-06-28 Thread 李文锦
cas.validation-type=cas3和cas他们之间有什么区别?我使用cas3只能够获取到登录后的用户名,而使用cas就可以拿到用户ID -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subs

[cas-user] Need endpoint for our LoadBalancers

2022-06-28 Thread Dave Steiner
Currently (v5.3) we have a locally added "getstatus" endpoint that the LoadBalancers use to check if the server is up or not. We couldn't seem to add this in v6 (not sure how long the developer tried). I remember we used the status endpoint in v5 but that would take too long for the LB and it