[cas-user] Can't connet to mongo database using CAS 5.0.2

2017-02-02 Thread Alvaro S.
Hi, I've tried to connect to a mongodb, but I always get an *INVALID CREDENTIALS* message. But instead of getting me a stack error with what's happening, only shows this: 2017-02-01 17:25:27,809 INFO [org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN =

[cas-user] Re: CAS 5.0.2 compilation and deployment

2017-02-02 Thread Alvaro S.
You not are the only one. I'm very new to CAS and I can't even get to work the server any single time. The documentation needs more works. Can't mark any concrete article because it's eveything. Starting for the new users On Thursday, 26 January 2017 11:57:13 UTC+1, Jean-Michel Zigna wrote: > >

[cas-user] CAS DB Authentication “encode” password encryption can't match with database password encrypted using Spring Security's MD5

2017-02-06 Thread Alvaro S.
I am currently configuring my CAS Server v5.0.2 to use Database Authentication, particularly using the Encode method, using the CAS properties file. Below are the relevant property configurations from the properties file: cas.server.name: https://cas.example.org:8443 cas.server.prefix: https://

[cas-user] Re: CAS DB Authentication “encode” password encryption can't match with database password encrypted using Spring Security's MD5

2017-02-06 Thread Alvaro S.
Ok, I'm pretty sure what is the error but I don't know how to solve it. We are using md5 with salt this way md5(password+salt) How can I tell CAS that the salt is before the password? Thanks On Monday, 6 February 2017 12:54:13 UTC+1, Alvaro S. wrote: > > I am currently co

[cas-user] Adding OAuth 2.0 support to 5.0.2

2017-02-08 Thread Alvaro S.
Hi, I have a working cas server but I want to add OAuth support, so I just added the dependencies as the manual states, but I'm getting the following error: org.apereo.cas cas-server-support-oauth-webflow ${cas.version} Exception in thread "main" java.lang.reflect.InvocationTargetExc

[cas-user] How to Add OAuth Clients to CAS Server?

2017-02-09 Thread Alvaro S.
Hi, I'm trying to add som clients to my config, the documentation states this: Every OAuth client must be defined as a CAS service (notice the new > *clientId* and *clientSecret* properties, specific to OAuth) And shows this json { "@class" : "org.apereo.cas.support.oauth.services.OAuthRegi

[cas-user] CAS 5.0.3 Doesn't not redirect properly

2017-02-16 Thread Alvaro S.
Hi, I have an instance running CAS 5.0.3-SNAPSHOT and a test client using spring boot. When I enter to my client application, it redirects me to the login page of the CAS, but when I login successfully, it sends me to https://localhost:8443/ instead my previus client. This is the client conf