Objective
In this lab, you will secure the Inventory API to protect the resources exposed by ThinkIBM. Consumers of your API will be required to obtain and provide a valid OAuth token before they can invoke the Inventory API.
You will learn:
- How to create an OAuth 2.0 Provider, specifically using the Resource Owner Password grant type.
- How to clone a new version of an API.
- How to secure the new version of your API using an OAuth 2.0 Provider.
Continue
Proceed to Adding a New OAuth 2.0 Provider API.