[cas-user] Re: Azure AD SSO SAML Issue

2020-02-03 Thread magicserverpixiedust
I have the same issue and cannot find a workaround. Did you have any luck? -- - 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 sub

[cas-user] Re: CAS 5.3.5 delegated authentication with saml invalid assertion?

2019-09-19 Thread magicserverpixiedust
Did you find a way? We're having same issue. -- - 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 subscribed to the Google Groups

[cas-user] Re: What do you use for CAS auditing?

2019-03-26 Thread magicserverpixiedust
Using Elasticsearch for CAS auditing here. Filebeat agent tails the cas audit logs and sends to logstash for parsing/field mappings then off to Elasticsearch. Kibana web front end for pretty dashboards/reports. We have about 15 months worth of CAS audit logs from 30k users in our Elasticsear

Re: [cas-user] CAS 5.3.3 - NameID in SAML response xml problem

2018-09-26 Thread magicserverpixiedust
Thanks, Arnold. There are options in the management app to input a Service Provider Name Qualifier and Name Qualifier, but no option to disable it. Providing a blank name yields the serviceId/entityID in the NameQualifier and SPNameQualifier in the NameID portion of the SAML response by defaul

[cas-user] CAS 5.3.3 - NameID in SAML response xml problem

2018-09-25 Thread magicserverpixiedust
5.1.4: covf...@maga.us 5.3.3-SNAPSHOT: https://www.rarepepes.com"; SPNameQualifier="https://www.rarepepes.com"* >covf...@maga.us Seeing an odd issue between CAS versions regarding SAML responses. Specifically, I have found in 5.3.3 the NameID portion of the response includes NameQualifier and

Re: [cas-user] cas 5.3.3 management webapp overlay issue

2018-09-25 Thread magicserverpixiedust
If I start cas.war and wait for it to complete, then start cas-management.war - then CAS Management app starts fine without the hang up during Tomcat start. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 -

Re: [cas-user] cas 5.3.3 management webapp overlay issue

2018-09-24 Thread magicserverpixiedust
I've deployed CAS Management 5.3.3-SNAPSHOT and its hangs during Tomcat startup as well. -- - 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 bec

[cas-user] CAS 5.2.7 - inline groovy attributes

2018-09-17 Thread magicserverpixiedust
https://apereo.github.io/cas/5.2.x/integration/Attribute-Release-Policies.html#inline-groovy-attributes We are using 5.1.4 in production and 5.2.7 in test. Noticed an issue in 5.2.7 with inline groovy attributes. "uid" : "groovy { return attributes['uid'] + ' is great' }" For example, this ret