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 authentification on Google via oauth protocol (no redirection after accept the first time i suppose) - Redirect on initial CASsified application with the username (need to extract it from the mail i suppose)
To do that, it seems to have everything already.. (but i know with CAS, the doc is the bottleneck ^^) I try to follow this guide : - https://wiki.jasig.org/pages/viewpage.action?pageId=56164890 and this one too : - http://jasig.github.io/cas/4.0.x/installation/OAuth-OpenId-Authentication.html My context : - CAS 4.0.4 - Java version: 1.7.0_72 - Apache Maven 2.2.1 When i define cas-server-support-oauth in pom.xml of cas-server-webapp, the `mvn package` returns : [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Jasig CAS Web Application [INFO] task-segment: [package] [INFO] ------------------------------------------------------------------------ [WARNING] POM for 'org.jasig.cas:cas-server-support-oauth:pom:4.0.4:compile' is invalid. Does someone have already done this kind of config ? Thanks for helping me. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
