/oauth2-passwordgrant-example

A proof-of-concept implementation of OAuth Authorization Service (AS) and separate Resource service (RS) exposing protected REST API.

Primary LanguageJava

Welocme

This is a small proof-of-concept project which consists of two apps:

  • Authorization service (AS) - it issues and verifies access tokens for clients.
  • Resource service (RS) - it exposes a small protected REST API for reading/writing of resources.

The authentication schema follows the OAuth 2.0 protocol with password grant.

Please read the Wiki. Feel welcomed to report issues or contribute.

Have fun!