Legacy Gateway Authentication
JWT Bearer Token
All Legacy Gateways use JWT Bearer Authentication.
Add private key to Moveworks
Add your private key & gateway information as a connector in Moveworks Setup.
Automatic JWT signing
As part of every request, Moveworks will generate a JWT with the standard set of claims and sign it with the private key:
See the starter code for an example.
- Maximum TTL for a token is 2 hours
- Signing algorithm: ES256 (ECDSA signature algorithm using SHA-256 hash algorithm) or RSA256