Re: [cas-user] [ dependency ] oauth

2015-09-24 Thread Jérôme LELEU
Hi, OAuth support can be used in two ways: you can turn your CAS server into an OAuth server v2.0 which supports the "authorization code" grant type. For that, you need the cas-server-support-oauth dependency and must follow: http://jasig.github.io/cas/4.1.x/protocol/OAuth-Protocol.html In your c

Re: [cas-user] [ dependency ] oauth

2015-09-23 Thread Manfredo Hopp
Hi, from http://jasig.github.io/cas/4.1.x/planning/Installation-Requirements.html Installation Requirements Requirements at a glance: 1. Java >=1.7 2. Servlet container supporting servlet specification >=2.5 3. Apache Maven

[cas-user] [ dependency ] oauth

2015-09-23 Thread M4t
Hello i'm playing with CAS since few days. After sucessfully configure CAS with YAML serviceRegistry and authentification based on file (with MD5 password), i'd like to try oauth. My goal is : - Login on CAS with Google credentials after a redirect by a CASsified application - CAS authentificati