Hi, Given a SecurityTokenServiceProvider instance, can I call it directly on the server side, to get a new token? If so, could someone offer a pointer to a sample?
What I'm trying to do is get a new token that I need to return to a client as part of a non-soap, restful request.. something like: 1. Client executes a GET request 2. In the service-side GET handler, I want to call the STS (in the same module) and issue a token 3. Build a GET response containing the token and return it to the client -- View this message in context: http://cxf.547215.n5.nabble.com/STS-Get-a-new-token-directly-tp5782116.html Sent from the cxf-user mailing list archive at Nabble.com.
