[cas-user] Re: [Cas 5.1.8] Unable to connect to Database for authentication.

2018-08-21 Thread Colin Wilkinson
As Andy Ng has already stated you need to include the database driver, oracle have there own maven repository that all you need is logon credentials to use. Just be careful oracle include alot of dependencies that are not required and actually cause problems. Specifically exclude

[cas-user] Re: [Cas 5.1.8] Unable to connect to Database for authentication.

2018-08-21 Thread Andy Ng
Hi Pandu, I have also encounter a similar problem before (mine is with another database driver), and I find out that I need to include your database driver into your pom, which is also likely to be your problem. You can try the following: - find the driver by seaching "oracle.jdbc.Oracle

[cas-user] [Cas 5.1.8] Unable to connect to Database for authentication.

2018-08-21 Thread Ranga Nadha
Hi Everyone, We are using CAS 5.1.8 and I am trying to connect to the database for authentication purpose. I have followed the below procedure but I am getting exceptions. - Downloaded the CAS 5.1.8 - Modify POM.xml with the following dependency org.apereo.cas

[cas-user] Enable OAuth with CAS - Service Registry creation problem

2018-08-21 Thread Manuel M.
Hello, I'm trying to use CAS 5.3.x as an OAuth Authorization Server but right now i think i'm stuck to the client registration. I tried to add a JSON Service Registry with the configuration "cas.serviceRegistry.json.location=file:/etc/cas/services" and "cas.serviceRegistry.initFromJson=false"

[cas-user] How can I use cas server to generate a jwt as a service ticket?

2018-08-21 Thread leo
vote favorite I use the cas server to generate a jwt as a service ticket by following the link below. https://apereo.github.io/cas/5.3.x/installation/Configure-ServiceTicket-JWT.html