[cas-user] Re: Inquiring CAS commercial support

2019-09-12 Thread Misagh Moayyed
Clarification: while this should in no way affect your decision, I should point out that as of July 5th, I am no longer a Unicon employee. On Tuesday, September 10, 2019 at 6:19:52 PM UTC+4:30, William E. wrote: > > We have been using Unicon for a few years now. >

[cas-user] Re: CAS Management 6 non-JSON issue

2019-09-12 Thread Dmitry Malinin
Try to build cas management from https://github.com/apereo/cas-management/releases/tag/v6.0.0-RC4 (not from overlay) Append dependencies to build.gradle: compile "org.apereo.cas:cas-server-support-jpa-service-registry:${casVersion}" compile

[cas-user] Re: CAS - SMS Notificatiosn via REST

2019-09-12 Thread Christian Schmidt
Hi, I've been digging through the documentation and the source for about 2-3 hours now. As stated on this page: https://apereo.github.io/cas/development/password_management/Password-Management.html It says : "Those who have forgotten their account password may receive a secure link with a

[cas-user] Exposing SAML attribute with ":" character breaks CAS flow

2019-09-12 Thread Sean Gottschalk
Hello, I'm using CAS 6.0.4 and I'm trying to do a SAML SP integration with AWS but it seems that having an attribute with name "https://aws.amazon.com/SAML/Attributes/SessionDuration; causes CAS to fail when redirecting to itself after the initial authentication. I've been digging into how