High-Level Steps:-
# Download and install the postman.
# Navigate to the home icon and click on a Workspace.
# Click on a create Workspace.
# Create an Environment
- Configure the variables (clientId, clientSecret, tenant) in the Environment.
# Create a Collection
- Configure the variable (domain) in the collection.
- Configure the Authorization for child API's to connect ISC tenant
- Select the Authentication type as OAuth 2.0
# Configure New Token
- Select the Grant Type as Client Credentials
- Provide the Access Token URL : https://{{tenant}}.api.identitynow-demo.com/oauth/token
- Configure the tenant using an Environment variable
- Reference : https://developer.sailpoint.com/docs/api/authentication
- https://[tenant].api.identitynow.com/oauth/token
- Configure the Client ID using an Environment variable
- Configure the Client Secret using an Environment variable
# Click on Get New Access Token, then select Use Token to enable usage for child APIs.
No comments:
Post a Comment