Re: [cas-user] Re: cas-overlay-template with 5.1.0 problems

2017-06-07 Thread Ashley Mort
Thank you for helping me understand. In 5.1.0, I found that I had to add "cas.serviceRegistry.initFromJson=true" to my src\main\resources\application.xml for it to even read HTTPSandIMAPS-1001.json and allow any apps. Now that I fixed that issue, when I log out, I can still get back to my

[cas-user] NullPointer when validating Service Ticket

2017-06-07 Thread Bergner, Arnold
Hi, I've been running CAS 5.1.0 RC4 from the overlay project with Ignite Ticket Registry on multiple nodes with CAS and SAML2 protocols, all working well. Since the upgrade to 5.1.0 I get exceptions when service tickets are validated. My client application receives a http 500 error. I attached

RE: [cas-user] Attribute Repository using other than username

2017-06-07 Thread Misagh Moayyed
I *think* I know what you did. Share the code somewhere and I should be able to point out options. You will need to write code for this, I suspect, but need to see working code before I can dig in further. You are going to have to write code, that cascades queries. This is nothing new to 5;

[cas-user] Attribute Repository using other than username

2017-06-07 Thread Jeffrey Simpson
I am trying to upgrade my CAS installation  from 3.5 to 5.1.  I need to query a database for security roles.   The problem I am having is that they are not keyed on the user's username.  They are keyed on a id that we keep in LDAP.  I can get the LDAP authentication to return the ID fine but

[cas-user] Re: CAS Management App 5.0.0.RC2-SNAPSHOT

2017-06-07 Thread Marco Osorio
Hi, Which solution did you find? I have the users in user-details.properties but apparently do not load them correctly from the */opt/applications/cas-management/conf/* path, it is not the standard */etc/cas/config*. Thanks in advance El martes, 20 de septiembre de 2016, 17:58:16 (UTC+2),

[cas-user] CAS 5.1 Overlay template doesn't work

2017-06-07 Thread Marco Osorio
Hi, Firts of all, excuse my English. I try to compile cas-server-5.1 to deploy it to an external server, but the empty ** tag does not work, it generates compilation error. Exactly what is the value to allocate? Or should you remove the tag altogether? Thank you and apologize for my

[cas-user] Re: CAS 5.1 Overlay template doesn't work

2017-06-07 Thread Marco Osorio
Hi, I answer me. I removed the tag and ${app.server} from the pom.xml. Pero qué dependencia hay que excluir para no usar spring-boot? Thanks El miércoles, 7 de junio de 2017, 12:34:22 (UTC+2), Marco Osorio escribió: > > Hi, > Firts of all, excuse my English. > I try to compile cas-server-5.1

[cas-user] CAS Management application admins via attribute return

2017-06-07 Thread Richard Frovarp
I'm trying to get the CAS Management application in 5.1.0 to work with attribute return from the CAS authentication. My user-details.properties is empty, if it doesn't exist I get an error. cas.mgmt.adminRoles[0]="CN=Some,CN=AD-Group,DC=ad,DC=example,DC=com"

Re: [cas-user] Re: How to disable certificate check or trust a self-signed certificate?

2017-06-07 Thread Ben Howell-Thomas
If it's this : https://apereo.github.io/cas/development/installation/Configuration-Properties.html#http-client Then we needed to override HttpClientProperties to make it support a suitable Truststore for our self-signed certificate. On 31 May 2017 at 08:06, Emilian Mitocariu

[cas-user] CAS 5.1 Password expired issues

2017-06-07 Thread Pavlos Drandakis
Hello all, I am trying to setup CAS 5.1 (using the maven overlay method) to authenticate users against an OpenLDAP server. If user's password is not expired, everything works as expected. But, when user's password expires, all I get is the "Invalid credentials" error in login page instead of the

[cas-user] Re: [CAS 5.0.x] json and inmemory all together in

2017-06-07 Thread Didier Capdevielle
Hi all, It was a problem with an old installation of cas-management. Sorry. Regards, Le mardi 6 juin 2017 16:25:11 UTC+2, Didier Capdevielle a écrit : > > Sorry, bad manip' > > I follow. > > Le mardi 6 juin 2017 16:20:22 UTC+2, Didier Capdevielle a écrit : >> >> Hi all, >> Maybe is there

Re: [cas-user] CAS 5.0.5 Login in CAS Manager

2017-06-07 Thread Marco Osorio
Hi Sesharaju, Could you explain where the authorizations to the manager page are indicated? I was unable to access the manager. I have LDAP + SAML2 configured, I've got the admin users in the users-details.properties but still the access error denied. It was with other issues, and had the