How to generate JWT token for B2B Knowledge Management
Summary:
The solution explains, how to generate the JWT Token for Knowledge Management REST API v2
Content (required):
IDCS Configuration
- In the IDCS Application, choose the domain/environment for which you need the access token Eg. dev1, dev2, test, etc.,
- Navigate to Applications
- Create a Confidential Application
- For the JWT token, configure the wizard with the below properties
- Client Configuration -> Authorization -> Enable "Client Credentials" and Client Type as "Confidential"
- Token Issuance Policy -> check "Add Resources" -> click on "Add scope" then look for "spectra-knowledge-management" and add
- Configure other options as per your requirement. Follow the below documentation link for a detailed explanation of the setup configurations
0