1. What is the authentication mechanism used by Suki Platform?
1. What is the authentication mechanism used by Suki Platform?
We support
- OAuth 2.0 ID token for public clients such as browsers, mobile devices etc.
- Access token for confidential clients such as backend systems.
2. What is the webhook authentication mechanism?
2. What is the webhook authentication mechanism?
We support HMAC(Hash-based message authentication code)for webhook authentication (Details can be shared)
3. How will errors be handled during JWT token failures?
3. How will errors be handled during JWT token failures?
Client system will not be able to authenticate with Suki’s platform incase of
token failure, its handled with standard https error codes, refer
login API