Is there any documentation on authentication and authorization with OAuth 2.0, and without using form based authentication?
Is Basic Authentication a requirement for using OAuth with spring security?
I see the AuthorizationEndPoint class requires the ModelView, but is there any way to suppress the ModelView and switch to JSON response?
I'm building a service which is rest based and does not have any front end, hence need advice on how i can bundle spring security and OAuth 2.0 into it.


Reply With Quote
