JSON Web Tokens (JWT)
Guide to Setting Up SSO via JWT
How it Works
Authentication Endpoint
EU Infrastructure:
https://api.synap.ac/external-auth/jwt/authenticate/?jwt=YOUR_JWT_TOKENUS Infrastructure:
https://use1.prod.api.synap.ac/external-auth/jwt/authenticateKey
Value
Designation
Constructing a JWT
{
"alg": "HS256",
"typ": "JWT"
}Key
Value
Designation
Testing & Debugging
Developing & Helpful Libraries
Last updated
Was this helpful?