Hello,
We're trying to automatically refresh our JWT tokens so our automated workflows work without having to manually renew the JWT token. We require the below info to setup the connector to auto retrieve a new JWT token from Sophos:
1) Authorize Path:
- The authorization path for the service. For example, example.com/.../authorize.
2) Access Token Path:
- The URI where Workflows can exchange authorization code for access and refresh tokens
- Possibly: https://id.sophos.com/api/v2/oauth2/token?
3) Scope:
- Example: refresh_token
I tried various inputting various inputs but kept getting different errors such as the below:
{"errorCode": "customer.authentication", "message": "Unauthorized", "trackingId": "XXXXX-XXXXX-XXXXX-XXXXX"}
Thanks in advance!