Re: Single Sign On And Spring Security

2010-02-25 Thread Frans Thamura
i believe the cool reference only roller 5 which it is not released yet

F
On Thu, Feb 25, 2010 at 10:11 PM, Lance Hill la...@baldhead.com wrote:

 Hello,



 I am hoping someone can provide me with some links or examples of how to
 combine Struts 2 with Spring security. The end goal is to use Spring
 security to access a CAS server (http://www.jasig.org/cas) in order to
 provide single sign on ability between a Struts2 application and a
 Wordpress
 site.



 Thank you,

 Lance Hill






RE: Single sign-on

2004-09-13 Thread Pilgrim, Peter
 -Original Message-
 From: Seaman, Sloan [mailto:[EMAIL PROTECTED]
 Sent: 09 September 2004 13:36
 To: 'Struts Users Mailing List'
 Subject: RE: Single sign-on
 
 
 We use JNDI to hit our MS Active Directory server.
 Works rather well :)
 --

[[Catching up with email]]

You also might want to allow the web app client to logon to a external
web server. In other words write a special Struts Action does make
use of HTTP over Java Socket and interact with the web server
( aka Commons HttpClient ).

I tried to suggest this idea a few years ago to a client of mine,
but they went with a JavaScript malarky to interface instead to
a popular reporting engine. HttpClient would have been the 
clean and pure Java way. Bah!

--
Peter Pilgrim
Operations/IT - Credit Suisse First Boston, 
10 South Colonnade, London E14 4QJ, United Kingdom
Tel: +44 (0)207 883 4447

==
This message is for the sole use of the intended recipient. If you received
this message in error please delete it and notify us. If this message was
misdirected, CSFB does not waive any confidentiality or privilege. CSFB
retains and monitors electronic communications sent through its network.
Instructions transmitted over this system are not binding on CSFB until they
are confirmed by us. Message transmission is not guaranteed to be secure.
==


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Single sign-on

2004-09-09 Thread lixin chu
open source Yale CAS could be one possible choice.

--- Prasad, Kamakshya
[EMAIL PROTECTED] wrote:

 Hi,
 
 We have lot of web application built on struts for
 which we need to
 provide single sign-on. 
 Please advise me how to implement the same.
 
 We are using Weblogic 8.1 as the app server.
 
 Regards,
 KP
  
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Single sign-on

2004-09-09 Thread Fought,Tom
check out the single sign on valve for your app server.
might be your answer.

-Original Message-
From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 3:53 AM
To: Struts Users Mailing List
Subject: Single sign-on 


Hi,

We have lot of web application built on struts for which we need to
provide single sign-on. 
Please advise me how to implement the same.

We are using Weblogic 8.1 as the app server.

Regards,
KP
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Single sign-on

2004-09-09 Thread Prasad, Kamakshya
HI,

Actually client wants a solution which is not dependant on application
server.

Is something not available in pure java.

Regards,
KP


-Original Message-
From: Fought,Tom [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 09, 2004 9:22 PM
To: 'Struts Users Mailing List'
Subject: RE: Single sign-on 

check out the single sign on valve for your app server.
might be your answer.

-Original Message-
From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 3:53 AM
To: Struts Users Mailing List
Subject: Single sign-on 


Hi,

We have lot of web application built on struts for which we need to
provide single sign-on. 
Please advise me how to implement the same.

We are using Weblogic 8.1 as the app server.

Regards,
KP
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Single sign-on

2004-09-09 Thread Vic
There are many:
http://www.manageability.org/blog/stuff/single-sign-on-in-java/view
.V
Prasad, Kamakshya wrote:
HI,
Actually client wants a solution which is not dependant on application
server.
Is something not available in pure java.
Regards,
KP
-Original Message-
From: Fought,Tom [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 09, 2004 9:22 PM
To: 'Struts Users Mailing List'
Subject: RE: Single sign-on 

check out the single sign on valve for your app server.
might be your answer.
-Original Message-
From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 3:53 AM
To: Struts Users Mailing List
Subject: Single sign-on 

Hi,
We have lot of web application built on struts for which we need to
provide single sign-on. 
Please advise me how to implement the same.

We are using Weblogic 8.1 as the app server.
Regards,
KP
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
Please post on Rich Internet Applications User Interface (RiA/SoA)
http://www.portalvu.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Single sign-on

2004-09-09 Thread Seaman, Sloan
We use JNDI to hit our MS Active Directory server.

Works rather well :)

--
Sloan

-Original Message-
From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 09, 2004 8:30 AM
To: Struts Users Mailing List
Subject: RE: Single sign-on 


HI,

Actually client wants a solution which is not dependant on application
server.

Is something not available in pure java.

Regards,
KP


-Original Message-
From: Fought,Tom [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 09, 2004 9:22 PM
To: 'Struts Users Mailing List'
Subject: RE: Single sign-on 

check out the single sign on valve for your app server.
might be your answer.

-Original Message-
From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 09, 2004 3:53 AM
To: Struts Users Mailing List
Subject: Single sign-on 


Hi,

We have lot of web application built on struts for which we need to provide
single sign-on. 
Please advise me how to implement the same.

We are using Weblogic 8.1 as the app server.

Regards,
KP
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[OT] Re: Single sign-on

2004-09-09 Thread David Durham
Seaman, Sloan wrote:
We use JNDI to hit our MS Active Directory server.
MS Active Directory is for weenies.  Are you browsing with Internet 
Explorer too?

Works rather well :)
Until you get fined by the worm police.
BTW, this e-mail was typed from an XP workstation.  Not *my* 
workstation, mind you.

- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Single sign-on

2004-09-09 Thread Tuncay Baskan
On Thu, 9 Sep 2004 16:53:21 +0900, Prasad, Kamakshya
[EMAIL PROTECTED] wrote:
 Hi,
 
 We have lot of web application built on struts for which we need to
 provide single sign-on.
 Please advise me how to implement the same.

We use JCIFS from samba.org (http://jcifs.samba.org/src/docs/ntlmhttpauth.html)

JCIFS contains a filter that authenticates the ruquesting user by
using Microsoft's non-conformant extension to HTTP header
communication.
(http://jcifs.samba.org/src/docs/ntlmhttpauth.html)

You just need to adjust filter parameters..

 
 We are using Weblogic 8.1 as the app server.
 
 Regards,
 KP

/tb.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Single sign-on

2004-09-09 Thread Jim Barrows


 -Original Message-
 From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 09, 2004 5:30 AM
 To: Struts Users Mailing List
 Subject: RE: Single sign-on 
 
 
 HI,
 
 Actually client wants a solution which is not dependant on application
 server.
 
 Is something not available in pure java.

Probably, depending on how you're doing security to begin.  If you are using container 
managed security, then it's going to be easiest to use container single-sign on.  
Every container implements single-sign-on that I'm aware of, so it's not that big a 
deal.


 
 Regards,
 KP
 
 
 -Original Message-
 From: Fought,Tom [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, September 09, 2004 9:22 PM
 To: 'Struts Users Mailing List'
 Subject: RE: Single sign-on 
 
 check out the single sign on valve for your app server.
 might be your answer.
 
 -Original Message-
 From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED]
 Sent: Thursday, September 09, 2004 3:53 AM
 To: Struts Users Mailing List
 Subject: Single sign-on 
 
 
 Hi,
 
 We have lot of web application built on struts for which we need to
 provide single sign-on. 
 Please advise me how to implement the same.
 
 We are using Weblogic 8.1 as the app server.
 
 Regards,
 KP
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]