STS Token invalidation

2012-02-08 Thread Francisco Serrano
Hi list, good morning, What do you think is the correct way to invalidate the token issued by the STS? Invalidating the session is not forcing a new basic authentication when we try to access the secured resource again. Any suggestion? Thanks in advance.

Re: STS Token invalidation

2012-02-08 Thread Francisco Serrano
Integration Division http://www.talend.com Von: Francisco Serrano [francisco.serr...@mimacom.com] Gesendet: Mittwoch, 8. Februar 2012 11:14 Bis: users@cxf.apache.org Betreff: STS Token invalidation Hi list, good morning, What do you think

Compilation error in fediz-core

2012-02-06 Thread Francisco Serrano
Hi list! We updated to the latest version of Fediz (http://svn.apache.org/repos/asf/cxf/sandbox/fediz) and have problems to build the project with Maven (mvn clean install). The module fediz-core is not compiling due to a missing dependency to the servlet API. Is there any continuos

Re: IDP resolver feature

2012-02-03 Thread Francisco Serrano
-- Oliver Wulff http://owulff.blogspot.com Solution Architect Talend Application Integration Division http://www.talend.com Von: Francisco Serrano [francisco.serr...@mimacom.com] Gesendet: Dienstag, 31. Januar 2012 15:58 Bis: users@cxf.apache.org

STS Support for digested passwords / (MD5/SHA) check.

2012-02-02 Thread Francisco Serrano
Hi list, We are trying to integrate the STS into our solution for SSO but we encountered an issue that is hard to solve. For the moment, the token validator uses a callback to be able to verify the correct username and password to deliver the token. The problem appears

Re: STS Support for digested passwords / (MD5/SHA) check.

2012-02-02 Thread Francisco Serrano
On 02/02/2012 05:03 AM, Francisco Serrano wrote: Hi list, We are trying to integrate the STS into our solution for SSO but we encountered an issue that is hard to solve. For the moment, the token validator uses a callback to be able to verify the correct username and password

Re: STS Support for digested passwords / (MD5/SHA) check.

2012-02-02 Thread Francisco Serrano
wouldn't retrieve any password, as it doesn't know how to access the plaintext password. Colm. On Thu, Feb 2, 2012 at 10:03 AM, Francisco Serrano francisco.serr...@mimacom.com wrote: Hi list, We are trying to integrate the STS into our solution for SSO but we encountered an issue

Re: IDP resolver feature

2012-01-31 Thread Francisco Serrano
Application Integration Division http://www.talend.com Von: Francisco Serrano [francisco.serr...@mimacom.com] Gesendet: Freitag, 20. Januar 2012 19:34 Bis: users@cxf.apache.org Betreff: IDP resolver feature Hi List! Regarding the last post I wrote

IDP resolver feature

2012-01-20 Thread Francisco Serrano
Hi List! Regarding the last post I wrote in this mailing list (two approaches for the IDP resolution depending on which application is asking for the token), I think it would be a great and reusable idea that the Tomcat plugin for the token processing and IDP redirection was able to be

Re: Several IDP-STS servers / Resolver approach

2012-01-18 Thread Francisco Serrano
: Francisco Serrano [francisco.serr...@mimacom.com] Gesendet: Dienstag, 17. Januar 2012 08:53 Bis: users@cxf.apache.org Betreff: Re: Several IDP-STS servers / Resolver approach Hi again list, As an attachment (now zipped file) you can find the approach I was asking about. Thanks

Re: Several IDP-STS servers / Resolver approach

2012-01-16 Thread Francisco Serrano
Von: Francisco Serrano [francisco.serr...@mimacom.com] Gesendet: Montag, 16. Januar 2012 17:35 Bis: users@cxf.apache.org Betreff: Several IDP-STS servers / Resolver approach Hi List! I have two questions I'm sure you can help to figure out: One regarding what would