Aiera supports a lightweight JWT based SSO.
- Aiera will provide customer with a shared secret for signing the JWT token. The JWT token should be signed using HS256 (HMAC-SHA256).
- The JWT token is expected to include these claims
- Sample code for generating a JWT token (Python)
- Customer will generate the JWT token server side, and construct a login URL to login to Aiera.