TIBCO Mashery OAuth 2.0 implementation guide helps learn how to create API along with various ways of obtaining access and generating tokens. The below list of steps deals with API creation, settings, enabling OAuth 2.0, and a few more.
Step 1: - First you need to create one API definition.
Step 2: - Move to the API definitions and click on the desired API.
Step 3: - A screen with a default method appears now.
Step 4: - Go to Security Settings on the left-hand side of the menu bar
Step 5: - You will see the following things which show that OAuth 2.0 is Disabled, it is wise to enable that. So, follow the below steps to enable OAuth 2.0.
Steps for enabling OAuth 2.0
Step 6: - To enable OAuth 2.0, follow the steps to enable the following options.
Step 7: - Now, just go back to the path “API Definitions /Acme OAuth” and click on the below-mentioned button to create auth endpoint.
After that, you need to create one more endpoint and that will be visible now.
Step 8: After enabling it, you need to click on the default endpoint.
Step 9: - After clicking the default option, go to key and locate to Method Detection as shown below and configure it as shown in the below image and then hit save.
Step 10: Now, we need to create one package for the same definition. So, go home: -- API Packages
Just create one new package and create one plan name Starter
Click on OAuth. Now, you need to create one plan under “Starter” as shown below.
To make it accessible, click the icon (settings).
Activate the mentioned options for the same.
Go to the access control and try to make the plan accessible to users
Next, go to Plan Designer and assign a package to a particular API and endpoints as shown, and then click Save.
Step 11: We need to update its IO Doc. Go to design and move to the Interactive Documentation