Skip to Content.
Sympa Menu

mace-opensaml-users - SAML STRING TOKEN SEND TO WEBSPHERE SERVER

Subject: OpenSAML user discussion

List archive

SAML STRING TOKEN SEND TO WEBSPHERE SERVER


Chronological Thread 
  • From: "frank.guo" <>
  • Cc:
  • Subject: SAML STRING TOKEN SEND TO WEBSPHERE SERVER
  • Date: Fri, 04 Nov 2005 15:57:41 -0700

Hi Pros,

I have one client (standalone) generate one SAML string token, but how could I deliver this token to my custom JAAS module which deployed in websphere server 6.0 ?

I know i could send the username and password to my custom login module by doing this way,

CallbackHandler callbackHandler = new WSCallbackHandlerImpl("username","password");
LoginContext lc = new LoginContext("WSLogin", callbackHandler);
lc.login();

But for the saml token???

Thanks
Frank








  • SAML STRING TOKEN SEND TO WEBSPHERE SERVER, frank.guo, 11/04/2005

Archive powered by MHonArc 2.6.16.

Top of Page