...
- Authorization Code Flow (done)
- Implicit Grant Flow (done)
- Client Credential Flow (done)
User Authentication
User authentication for this OAuth 2.0 service provider is handled through the sample ShiroFilter that Shindig also used for the OAuth 1.0a implementation. This means our service provider makes assumptions that requests to our endpoints have been authenticated by the time they are received.
How-Tos
How to Register a Client
...