https://issues.apache.org/bugzilla/show_bug.cgi?id=51334

--- Comment #2 from Oliver wulff <oliver.wu...@zurich.ch> 2011-10-17 08:05:00 
UTC ---
Created attachment 27797
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27797
Proposal

I've attached a complete maven project which consists of the following modules:

- wsfed-core
this is the core federation funtionality which is servlet container agnostic

- wsfed-tomcat
this is the adaption of the wsfed-core component for tomcat implemented as an
authenticator

- wsfed-tomcat-example
this is the sample web application where federation is enabled. This example
must be deployed into a tomcat container which contains the above library and
dependencies in wsfed-core and wsfed-tomcat.


WS-Federation depends on a third party security component called Identity
Provider (IDP). I've posted a blog which explains this in more detail. The
Identity Provider is responsible to authenticate a user and a security token
which is handled by an STS. The following two modules provide the IDP
functionality:

- wsfed-idp
this is the IDP component which is required for a web application which has
federation enabled. For more information check this out:
http://owulff.blogspot.com/2011/10/configure-and-deploy-identity-provider.html

- wsfed-idp-sts
this is the STS component which is used by the idp. For more information check
this out:
http://owulff.blogspot.com/2011/10/configure-and-deploy-cxf-25-sts-part-i.html

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to