User agent flow in Spring Security Oauth2 1.0.0.M3
Hi,
Does the Spring Security Oauth2 1.0.0.M3 is ready out of the box for user agent flow (my use case is a Javascript based RIA web application requesting REST webservices) described in "4.2 Implicit Grant" paragraph of Oauth2 specification ?
If it is, could you give me some hints about how configure it for this use case ?
If not, could you give me some hints about what are the missing parts to be compatible with this use case.
The context is that we implemented our own Oauth2 protocol in Java (https://bitbucket.org/ilabs/resthub/...esthub-oauth2/) at a time when Spring Security Oauth2 did not exist.
We would like to see if we can switch to Spring Security implementation and eventually contribute some improvements.
Thanks in advance for your feedback.