Minimal User Account and Authentication.
- Authorization code grant
- Implicit grant
- Resource owner password credentials grant
- JDBC
- Single client and In-memory credentials(property file)
If multiple clients are needed, see below.
Adding more then one client to the Spring OAuth2 Auth Server
/uaa/oauth/token
/uaa/oauth/authorize
/uaa/check_token
/uaa/token_key
/uaa/userinfo
- In-memory
- In-memory
- JWT(TODO)
- User account registration