[cas-user] Login without CSRF token return http 200

2018-10-29 Thread Trenton D. Adams
Good day, It would be nice if CAS returned 400 bad request or something like that when submitting a username/password without an execution token. I was running the locust bench-marking tool, and it was returning 200 OK even though an authentication never happened due to a missing execution

[cas-user] CAS 5.3.5 Authorization Interrupt & REST

2018-10-29 Thread Shawn Cutting
Greetings. I am looking for some sort of documentation or other source of help for how to properly use the Authorization Interrupt with a REST page response. I am able to see the CAS server calling my REST application, and I am able to appropriately process the call on the application, and

Re: [cas-user] CAS 5.3.5 Authorization Interrupt & REST

2018-10-29 Thread Tepe, Dirk
The interrupt JSON file contains a mapping of username to interrupt configuration. The REST response is the only the configuration block for the matched user. Drop the 'testuser' key and just return that block: { "autoRedirect": false, "autoRedirectAfterSeconds": -1, "block": false,

[cas-user] Target date for next java-cas-client release

2018-10-29 Thread Joshua Smith
My team is currently using a SNAPSHOT version of the java-cas-client with fixes added since 3.5.0. When can we expect the next release? https://github.com/apereo/java-cas-client/milestones doesn't have dates. Thanks, Josh -- - Website: https://apereo.github.io/cas - Gitter Chatroom:

[cas-user] CAS 5.3.x InMemory Service Registry is not affected by cas.serviceRegistry.watcherEnabled

2018-10-29 Thread Gary P.
Following instructions on https://apereo.github.io/cas/5.3.x/installation/InMemory-Service-Management.html# This works and is exactly what we need, but "Loaded [{}] service(s) from [{}]." message is constantly logged, so hard-coded configuration is constantly reloaded Code being executed is

RE: [cas-user] Node JS CAS client

2018-10-29 Thread Doug Campbell
Check out: https://github.com/kcbanner/node-cas There are usage examples on the page. From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of shah ilyas Sent: Friday, October 26, 2018 8:00 AM To: CAS Community Subject: [cas-user] Node JS CAS client is there any CAS client

Re: [cas-user] Pac4j Retrieve attribute and passing to CAS client

2018-10-29 Thread uvaraj s
Hi Jerome, Thanks a lot. I was able to retrieve the attributes in JAVA as given below. We have CAS client which is developed in Python. How do I get that CasProfile in Python?. Do pac4j support Python?. When we try Django-cas-ng it is giving AnonymousUser. public CasProfile