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
- Navigate to Applications and click on "Create a Confidential Application"
- In the configuration wizard, select the below properties
- Client Configuration -> Authorization -> Enable "Client Credentials" and Client Type as "Confidential"
- Token Issuance Policy -> check "Add Resources" -> click on "Add scope" and add "spectra-knowledge-management
- Configure other options as per your requirements. In the end, click on Save and close
- Copy the client ID and client secret from the application and store them for later purpose
POSTMAN Configuration
- Once the IDCS configuration is completed, navigate to POSTMAN to generate the IDCS token
0