[cas-user] Re: defaultTicketRegistry cleaner and Single Logout (SLO)

2017-10-04 Thread satnam
in prior version 4.0.x we were .. slo.tgtExpiredCallbacks.enabled to false.. can can we achieve this behavior with 4.2.7? Ticket Registry Cleaner Behavior Furthermore, the default behavior is to issue single sign out callbacks in response to a logout request or when a TGT is expired via expira

[cas-user] defaultTicketRegistry cleaner and Single Logout (SLO)

2017-10-04 Thread satnam
Hello, we are using 4.2.7 and noticed that when CAS send SLO request to applications when user does not use TGT within 2 hours. Is there a way to disable sending SLO when ticket registry cleaner removed the TGT? we want to applications to receive SLO requests when user click on signout on any

[cas-user] Re: Error creating SamlRegisteredService_AttributeNameFormats Table

2017-10-04 Thread Sai Mallela
Hello Gary, Were you able to fix this issue? If so, can you advise on how to fix it. Thanks, Sai On Monday, July 31, 2017 at 4:58:45 PM UTC-4, maxwell_g wrote: > > We are upgrading from 5.0.1 to 5.1.2 and receive an error when the > database is initialized. The following is set within the > ma

RE: [cas-user] Re: CAS 5.0.0 configuration for Ellucian Banner SSO Manager

2017-10-04 Thread Tom O'Neill
Gunny, The UDC ID attribute that is exposed by CAS is used as a crosswalk value to identify the user’s Banner PIDM by querying the GOBUMAP table and it is required. Thanks, Tom O’Neill From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Ray Bon Sent: Wednesday, October 4, 2017

Re: [cas-user] Re: CAS 5.0.0 configuration for Ellucian Banner SSO Manager

2017-10-04 Thread Ray Bon
Gunny, This is what I have for 3.5.2.1: UDC_IDENTIFIER uvicEduPersonSpridenID Ray On Wed, 2017-

Re: [cas-user] Re: CAS 5.0.0 configuration for Ellucian Banner SSO Manager

2017-10-04 Thread Gunny Kc
Hi Linda I have been facing the same problem with CAS 3.4.12.1 version; can you give me some insight? In our LDAP, instead of UDC_IDENTIFER, we have an uid (attribute name) that holds and UDCID got generated by IDEU. Is this really important to have a UDC_IDENTIFER as an attribute in LDAP? Pl

Re: [cas-user] CAS 5 loading ALL spring boot profiles

2017-10-04 Thread dkopylenko
spring.profiles.active=ldap D. On Wed, Oct 4, 2017 at 5:04 AM -0400, "Charl Thiem" wrote: Hi I'm having a hard time getting CAS (5.1.4 using overlay)

[cas-user] CAS 5 loading ALL spring boot profiles

2017-10-04 Thread Charl Thiem
Hi I'm having a hard time getting CAS (5.1.4 using overlay) to read the config files as expected. I currently have the following (snippet) in my application.yml file which is in /etc/cas/config/ spring: profiles: ldap cas: authn: ldap: - ldapUrl: ldaps://devldap.myorg.co.za:636 But