Light Oauth2 Tutorial
This document will give you step-by-step guidelines on how to use light-oauth2. There are two types of services in light-oauth2. The first category contains code/authorize, token, key, and provider that will be accessed from clients during the runtime. The provider service is not directly accessed from the clients, but it connects federated light-oauth2 services to form a mesh of the OAuth 2.0 providers. Othe services like the user, client, and service are connected from the light-portal to make configuration changes to the light-oauth2 services. These services are protected by OAuth 2.0 authentication and authorization. By default, the security is partially disabled on these services out of the box so that users can easily test these services to learn how to use them. In later sections, there are steps to enable all security with config files.