-
1. Re: PicketLink 2 :: STS API Discussion
anil.saldhana Nov 10, 2010 1:56 PM (in response to anil.saldhana)Currently the STS TokenProviders are wired to the WSTrustContext. I think it makes sense to change the interface to use STSContext and have:
- WSTrustContext implements STSContext.
- OpenIDContext implements STSContext etc.
-
2. Re: PicketLink 2 :: STS API Discussion
mdecke Nov 11, 2010 6:48 AM (in response to anil.saldhana)I am currently working on WS-Trust Negotiation/Challenge for Picketlink, as mentioned here http://community.jboss.org/thread/155702
It is in a very early stage merely proof of concept.
I think it is good idea to have a interface STSContext and maybe a WSTrustNegotiationContext since there is a lot of extra communication between client and server. I think it makes sense to maybe distinguish WSTrust with and without Negotiation/Challenge.
-
3. Re: PicketLink 2 :: STS API Discussion
anil.saldhana Nov 11, 2010 10:00 AM (in response to mdecke)Markus, are you planning to contribute your work to PL? The reason is that we do plan to work on this in the near future.
-
4. Re: PicketLink 2 :: STS API Discussion
mdecke Nov 11, 2010 11:38 AM (in response to anil.saldhana)I would like to contribute to PL especially the WSTrust-Negotioation/Challenge Handling.
Currently my code is in a proof-of-concept state for Idemixtoken issuing, where I needed WSTrust-Negotiation/Challenge handling.
I added a lot of code directly into some classes for this, without changing the overall structure of PL.
I would like to add redesigned parts of it, so it fits nicer into PL.