Hi,

*Usecase*:
User has a secured backend fronted by API Manager. The exposed API will be
accessed using an Access Token. When a request hits the Gateway, APIM
should find the username associated with the access token , use it for
setting the user name in UserName Token, sign it and send it to the backend.

With the current implementation, username can be made available in the
message context.
We tried achieving the above by implementing a RampartConfigCallbackHandler
and setting the username within its update method.But the problem is when
execution reaches to the ConfigCallbackHandler , the message context
couldn't be accessed.

What should be the proper way to do this?

-- 
*Amila De Silva*
*
*
WSO2 Inc.*
*
mobile :(+94) 775119302
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to