We rolled our own basic OAuth2 controller service for our client, and it's been approved for open source release. Before I clean it up and get it ready for a PR, I was wondering if anyone had any feedback on dedicated OAuth2 clients for Java like this one:
https://github.com/scribejava/scribejava We're actually using this controller service in part of our flows, but it wouldn't be a problem for me to refactor it to use a toolkit if anyone has a good recommendation other than Spring (we really don't want to bloat up the NAR like that if possible). Thanks, Mike
