Re: [cas-user] CAS 4.2.0 RC1 properties and LDAP direct bind

2016-01-21 Thread Tom Poage
So it seems the format string property is not being resolved: > [org.ldaptive.auth.FormatDnResolver] - Formatting DN for myuser with > ${ldap.authn.searchFilter} > [org.ldaptive.auth.Authenticator] - dn=${ldap.authn.searchFilter} with ... The issue looks to have been identified/covered during e

RE: [cas-user] Re: Trouble retrieving attributes through JsonBackedComplexStubPersonAttributeDao

2016-01-21 Thread Misagh Moayyed
Your configuration of the DAO likely needs to invoke the init method via Spring. Tell your bean config to initialize itself via the init-method attribute. From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Jonathan Labin Sent: Thursday, January 21, 2016 12:41 PM To: CAS Commu

[cas-user] Re: Trouble retrieving attributes through JsonBackedComplexStubPersonAttributeDao

2016-01-21 Thread Jonathan Labin
As follow up, I'm finding that the file containing the JSON attributes seems to be being ignored. Syntax errors aren't being noticed and I'm not seeing the log message that the code contains: Un-marshaling person attributes from the config file Is something else required for the repository to

[cas-user] Trouble retrieving attributes through JsonBackedComplexStubPersonAttributeDao

2016-01-21 Thread Jonathan Labin
seeing in the log file 2016-01-21T17:13:42.241+|Info: 2016-01-21 17:13:42,241 DEBUG [org.jasig.services.persondir.support.JsonBackedComplexStubPersonAttributeDao] - 2016-01-21T17:13:42.241+|Info: 2016-01-21 17:13:42,241 DEBUG [org.jasig.services.persondir.support.JsonBackedComplexStubP

Re: [cas-user] Web SSO between CAS protocol and OAuth

2016-01-21 Thread Jérôme LELEU
Hi, Yes, the OAuth server protocol support is a facade which delegates the authentication process to the CAS server itself. Thanks. Best regards, Jérôme 2016-01-21 11:37 GMT+01:00 Petr Gašparík - AMI Praha a.s. < petr.gaspa...@ami.cz>: > Hi, > > If I have two applications, > >- AppC connec

[cas-user] Web SSO between CAS protocol and OAuth

2016-01-21 Thread Petr Gašparík - AMI Praha a . s .
Hi, If I have two applications, - AppC connected to CAS server via CAS client (CAS protocol), - AppO second connected to CAS server via OAuth protocol, does the Web SSO work? Is user logged into AppC automatically logged into AppO? If not, it is possible to do it in some way? This s