Ray:
      I have integrated Siteminder in web apps before, but now I am
trying to integrate Acegi with JBoss Portal
so when a user attempts to login into the portal they are forced to
authenticate by Siteminder. The JBoss portal
by default uses JAAS for Authentication. I need to incorporate Acegi
somehow.

- Paul


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Ray Krueger
Sent: Thursday, December 14, 2006 10:38 AM
To: acegisecurity-developer@lists.sourceforge.net
Subject: Re: [Acegisecurity-developer] Integrating Acegi Security 1.0.3
,Siteminder and JBoss Portal 2.4

Paul, please refer to the reference guide and sample applications.
http://acegisecurity.org/docbook/acegi.html#siteminder

Acegi Security does have built in support for SiteMinder if you have a
look at using the SiteminderAuthenticationProvider
(http://acegisecurity.org/multiproject/acegi-security/apidocs/org/acegis
ecurity/providers/siteminder/SiteminderAuthenticationProvider.html).

The other requirements you've mentioned are pretty standard and are
covered in the docs and samples.

The best place for support is the Spring Forums. There are only a
handful of people watching this list, there are thousands on the forums.
http://forum.springframework.org/forumdisplay.php?f=33

On 12/14/06, Garvey, Paul M (GE Comm Fin) <[EMAIL PROTECTED]> wrote:
>
>
>
> All:
>        I am developing a  portal with JBoss Portal and I want to use 
> Siteminder for Authentication.
> So, when a user attempts to access the portal if they are not 
> authenticated Siteminder will intercept the request and force the use 
> to authenticate. If  the use authenticates Siteminder will forward the

> the port URL that the user had requested with 2 request header 
> variables ( SM_USER, SM_GUID). The SM_GUID is used to get the Roles of

> the SM_USER from a web service application. So, I only need Acegi to 
> pass the SM_GUID to the web service to retrieve the roles for the 
> user. The portal screen should then be rendered with a welcome 
> "username" message on the portal screen. What is the best approach to 
> achieving this use case? Do I use the JBoss adapter? Is there any 
> examples of using the JBoss Adapter? Also what goes in the 
> acegisecurity.xml file, is it a subset of the regular acegi context 
> xml file?
> Any help is appreciated, thanks. I have been surfing the web for 
> answers but have not been able to put it all together yet.
>
> - Paul
>
>
>
>
> ----------------------------------------------------------------------
> --- Take Surveys. Earn Cash. Influence the Future of IT Join 
> SourceForge.net's Techsay panel and you'll get the chance to share 
> your opinions on IT & business topics through brief surveys - and earn

> cash 
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV
> DEV
>
> _______________________________________________
> Home: http://acegisecurity.org
> Acegisecurity-developer mailing list
> Acegisecurity-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
>
>
>

------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT Join
SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer

Reply via email to