You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Emi Lu <em...@encs.concordia.ca> on 2013/06/26 15:28:23 UTC

FKerberos + struts2 + SpringMVC

Hello,

Could someone provide an example or online document about how "struts2 +
kerberos + tomcat7 + SpringFramework" SSO login model works?

E.g.,
==========
(1) User login to windows/unix within local network
(2) Open:
     https://www.local_network_webapp1.com
     https://www.local_network_webapp2.com
     ...
     https://www.local_network_webappN.com

     Users have already login in (1). So, instead of going to login
page, all weblinks in (2) show main menu page directly.

Thanks a lot!
Emi





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: FKerberos + struts2 + SpringMVC

Posted by Martin Gainty <mg...@hotmail.com>.
Comprendre comment implémenter Kerberos :
http://web.mit.edu/kerberos/


Travaux de SPRING avec SSO avec ACEGI security module via configuration personnalisée en sécurité-context.xml
http://mallsop.com/downloads/Using_CAS_with_Acegi.pdf

SSO sur tomcat est implémentée avec soupape de SingleSignOn par exemple<Host name="localhost" ...>
  ...
  <Valve className="org.apache.catalina.authenticator.SingleSignOn"/>
  ...
</Host>
Sachez que votre client doit être capable de lire et écrire des cookies au dossier tempBon Chance,
Martin 
______________________________________________ 
Note de déni et de confidentialité

Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.

 
> Date: Wed, 26 Jun 2013 09:28:23 -0400
> From: emilu@encs.concordia.ca
> To: user@struts.apache.org
> Subject: FKerberos + struts2 + SpringMVC
> 
> 
> Hello,
> 
> Could someone provide an example or online document about how "struts2 +
> kerberos + tomcat7 + SpringFramework" SSO login model works?
> 
> E.g.,
> ==========
> (1) User login to windows/unix within local network
> (2) Open:
>      https://www.local_network_webapp1.com
>      https://www.local_network_webapp2.com
>      ...
>      https://www.local_network_webappN.com
> 
>      Users have already login in (1). So, instead of going to login
> page, all weblinks in (2) show main menu page directly.
> 
> Thanks a lot!
> Emi
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>