Reputation: 2401
Could someone point me in the right direction on creating an OAuth2 Client in a java? Are there some tutorials that are easy to understand, or potentially websites that go through the process of creating such a client? Any help is appreciated, thanks.
Upvotes: 0
Views: 152
Reputation: 144
You can have a look at Apache Oltu.
https://cwiki.apache.org/confluence/display/OLTU/OAuth+2.0+Client+Quickstart
Upvotes: 1