[cas-user] CAS 5.2.1 report failed authentications as AUTHENTICATION_SUCCESS

2018-01-10 Thread Mohsen Ebrahimi
Hello It works fine in 5.2. I think it's a bug. Thank you 2018-01-11 02:18:15,693 WARN [org.apereo.cas.authentication.LdapAuthenticationHandler] - 2018-01-11 02:18:15,694 ERROR [org.apereo.cas.authentication.PolicyBasedAuthenticationManager] - 2018-01-11 02:18:15,697 INFO

[cas-user] Re: JSON registered services infos not appearing in the login page!!

2018-01-10 Thread Andy Ng
Are you directly accessing your site like this: https://www.example.com/cas Instead of giving it a service param https://www.example.com/cas?service=https://www.yourpage.com If you want your website "https://www.example.com/cas; to have your logo, and not giving a service paramter you might

[cas-user] CAS Management v5.3.0-RC1 Released

2018-01-10 Thread Travis Schmidt
Version 5.3.0-RC1 of the CAS Management Application has been released. This release is the beginning of many new features being added to the application and the details can be found here: https://github.com/apereo/cas-management/releases/tag/v5.3.0-RC1. CAS Management has been moved into it's own

Re: [cas-user] Disaster Recovery Site

2018-01-10 Thread Bryan Wooten
Thanks Eric, Your configuration is almost identical to ours. Except we use OpenDJ for credential store, have Duo enabled and use a JSON service registry. What you describe is exactly what I had in mind. I think the bigger challenge for me will be getting our LDAPs set up in the DR site. -Bryan

Re: [cas-user] CAS attribute resolution with LDAP

2018-01-10 Thread William E.
In our cas.properties, we also have: cas.personDirectory.principalAttribute=uid,mail cas.personDirectory.returnNull=false cas.personDirectory.principalResolutionFailureFatal=false Hope this helps. On Wednesday, January 10, 2018 at 10:30:38 AM UTC-6, rbon wrote: > > Sebastien, > > To see what

[cas-user] SAML FriendlyName and Name using same value

2018-01-10 Thread William E.
Hi all, I'm pretty sure this is not a current feature of CAS 5.2.x, but I just wanted to ask this community if they found any way to do so by some config trickery. If not, would the awesome CAS developers be interested in putting this on the list of future feature enhancements please? So

[cas-user]

2018-01-10 Thread Steve Selaya
-- - 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 Community" group. To unsubscribe from

Re: [cas-user] cas 5.0.8 ldap authentication error

2018-01-10 Thread Uxío
It seems a little typo, one missing comma. Cheers, Sent from my iPhone > On 20 Sep 2017, at 10:15, mceylan wrote: > > Hi, I am using cas 5.0.8. I am working on Openldap authentication. I get an > invalid credentials error when I enter the username and password I created

Re: [cas-user] Disaster Recovery Site

2018-01-10 Thread 'Mallory, Erik' via CAS Community
I did this last year. We have a DR site with a VMware cluster. All told we have three vmware clusters two are in our main data center and the previously mentioned DR cluster. I created three RHEL 7 vms, set up maven, java 8 and tomcat 8 (not part of the base install RHEL 7) I use 389 on each

Re: [cas-user] CAS attribute resolution with LDAP

2018-01-10 Thread Ray Bon
Sebastien, To see what is happening on CAS side, put this in your CAS log config: Have you configured LDAP to release those attributes? Ray On Wed, 2018-01-10 at 06:11 -0800, Sébastien Ragons wrote: Hello, I am trying to get attribute

[cas-user] JSON registered services infos not appearing in the login page!!

2018-01-10 Thread noumann.f
Hi, I'm running* cas v5.1.x* and I'd registered a test JSON service in the file `/etc/cas/config/services/HTTPSandIMAPS-10001.json` and setup the entry in the `cas.properties` file like this: ... cas.serviceRegistry.config.location=file:/etc/cas/config/services ... Here is the file content:

[cas-user] Re: CAS attribute resolution with LDAP

2018-01-10 Thread Sébastien Ragons
*complement*: Client side i use spring security and i try to get attribute this way: Authentication auth = SecurityContextHolder.getContext().getAuthentication(); if( auth != null && auth.getPrincipal() != null && auth.getPrincipal() instanceof UserDetails) {

[cas-user] CAS attribute resolution with LDAP

2018-01-10 Thread Sébastien Ragons
Hello, I am trying to get attribute from LDAP but with no success since days. So i tried a basic configuration but it doesnt work. My basic configuration: # Authentification LDAP cas.authn.ldap[0].type=AUTHENTICATED cas.authn.ldap[0].ldapUrl=ldap://frparantgaga:389/

[cas-user] Default Custom theme - but avoid status and admin pages?

2018-01-10 Thread Justin Andrews
Hey folks - if we push a custom theme as default via the config in cas.properties (shown below), how can we avoid that theme being used on the status dashboard and admin pages? 1. cas.theme.paramName=theme 2. cas.theme.defaultThemeName=mycustomtheme -- -

[cas-user] oauth redirection problem

2018-01-10 Thread Leo Pintos
Hi Guys! I'm trying to configure oauth but I have some problems with the "redirect uri" after the success login I put the below configuration in my json registered service: { "@class" : "org.apereo.cas.support.oauth. services.OAuthRegisteredService", "clientId": "app_prueba", "clientSecret":