Hi,
Is there some functionality in the OAuth 2.0 provider impl, that will take care of log out? In other words, is there any uri like oauth/logout?access_toke=xxxxx, that will invalidate the token?...
Type: Posts; User: davidselvaraj; Keyword(s):
Hi,
Is there some functionality in the OAuth 2.0 provider impl, that will take care of log out? In other words, is there any uri like oauth/logout?access_toke=xxxxx, that will invalidate the token?...
Hi,
I have setup a Resource owner password flow and when I give an incorrect password, my authentication manager throws a BadCredentialException. However, in the ResourceOwnerPasswordTokenGranter,...
Hi,
I am wondering how the tokens stored in the JDBC Token Store gets cleaned up? Do we need to create a separate process to clean the store? Or does it get removed if the token expires? I know...
Hi Dave, Thanks for the response. I got the tables created.
Hi,
I am trying to use JDBC Token Store and I am not sure where the schema for the necessary tables are.
Can someone please let me know the same to use the toke store?
Thanks,
David
Hi,
I am trying to run the echo sample in the STS embedded tcServer.
When I access the wsdl via localhost:8080/echo-server/echo.wsdl, I am able to get to the wsdl. However, when I try to access...
Hi,
There is good fit of the aggregator pattern in our design. However, we need to run in a clustered environment and hence we want to have one aggregation for a given correlation key across the...