Hi all,
I would like to use OAuth2 client credentials grant type authentication in my Wicket project. Currently I am using spring security in my project. But I already implement REST features from Wicketstuff REST annotations for internal use. Now I want to create new REST endpoints for Third party clients using Spring REST and secured by Spring OAuth2. Could you all guide me in right direction