Re: Reg: Integrate Spring REST and OAuth2 in Wicket web Application

2022-09-26 Thread Martin Terra
Hi! It should be quite straightforward once you start according to standard practices and best principles. You can find lots of resources via google, e.g., https://support.wicket.io/hc/en-us/articles/4411663172631-Getting-Started-with-SSO-OAuth2-SAML2- Or have you already tried it and do you hav

Reg: Integrate Spring REST and OAuth2 in Wicket web Application

2022-09-25 Thread sundar saba
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 fo