[Yanel-usage] Yanel is supporting SSO (single-sign-on) based on CAS

Michael Wechner michael.wechner at wyona.com
Fri Jul 26 15:31:30 CEST 2013


Hi

I have basically completed the SSO implementation based on CAS and added 
some documentation at

http://www.yanel.org/en/documentation/security/sso-using-cas.html

I will improve some minor issues during the next couple of days, but 
otherwise let me know in case you should encounter any issues.

Thanks

Michael

Am 27.06.13 20:27, schrieb Michael Wechner:
> Hi
>
> I have started a SSO implementation based on CAS 
> (http://www.jasig.org/cas).
>
> The web authenticator implementation can be found at
>
> src/webapp/src/java/org/wyona/yanel/servlet/security/impl/CASWebAuthenticatorImpl.java 
>
>
> and a sample configuration can be found inside
>
> src/realms/yanel-website/realm.xml
>
>   <web-authenticator 
> class="org.wyona.yanel.servlet.security.impl.CASWebAuthenticatorImpl">
>     <cas:login 
> xmlns:cas="http://www.wyona.org/yanel/cas/1.0.0">https://127.0.0.1:9443/cas-server-webapp-3.5.2/login</cas:login>
>     <cas:validate 
> xmlns:cas="http://www.wyona.org/yanel/cas/1.0.0">https://127.0.0.1:9443/cas-server-webapp-3.5.2/serviceValidate</cas:validate>
>   </web-authenticator>
>
> It is not completely finished yet, but works very well so far.
>
> Enjoy
>
> Michael



More information about the Yanel-usage mailing list