How long does a session token last?
-
Official comment
Session tokens expire within 30 minutes of generation. The token will be good for any resource the user has has been provisioned access to.
Session Endpoint to Generate Token:
POST https://knowi.com/sso/session/create
Once activated, it is good for 120 minutes if the user is idle. Otherwise, it stays on for the duration of the session.
Note that you can also expire a token by using a different endpoint.
Logout Endpoint to Expire Token:
PUT https://knowi.com/sso/user/logout
For more information, see official documentation on Knowi's Embeddable Analytics: https://knowi.com/docs/embedSSO.html#UserActivity
Comment actions
Please sign in to leave a comment.
1 comment