Skip to Content
1
Former Member
Aug 20, 2014 at 05:30 PM

OAuth2.0 JDBC Token Store

339 Views

Hi, I'm using ycommercewebservices with OAuth2.0 mechanism. Currently it's configured to the InMemoryTokenStore by default. However , I have a requirement to store the tokens in the database. Spring OAuth2 does provide JDBCTokenStore which requires the datasource and SQL queries to maintain tokens which cannot be used in Hybris directly. What is the best way to achieve this in Hybris ?