Tutorial: Acquiring an access token for application flow
This tutorial shows you how to acquire an access token for the OAuth scheme application flow in IBM® API Connect Version 5.0.7 and later.
Before you begin
This tutorial is a subsection of Tutorial: Securing an API by using OAuth 2.0 and cannot be completed independently. All prerequisites from the parent tutorial apply.
About this tutorial
You will acquire an access token for your application that will allow it to access an API. This tutorial is for the application flow scheme, which is only valid when the client is suitable for confidential approaches. You will use the application and API from the Tutorial: Securing an API by using OAuth 2.0 tutorial.
Requesting an access token
Using the access token
This section is common to all OAuth schemes and so is addressed in the Using the access token section of the Tutorial: Securing an API by using OAuth 2.0 tutorial.