I need to use SAML tokens with WSE 2.0 in my project. Can any body has any
idea about building custom SAML Tokens, including them in soap headers and to
use with WSE AuthenticationManager. Help with any code examples is greatly
appreciated.
Hi,
Take a look to the quickstart "CustomXmlSecurityToken" shipped within WSE
2.0.
It shows how to ask and use a custom xml token. In your case, you could
modify this custom token to make it similar to a SAML token. (I know, it is
not an easy task, but it could be a starting point :) )
Regards,
Pablo Cibraro
www.lagash.com
>I need to use SAML tokens with WSE 2.0 in my project. Can any body has any
> idea about building custom SAML Tokens, including them in soap headers and
> to
> use with WSE AuthenticationManager. Help with any code examples is greatly
> appreciated.