What can we help you with?

e.g. Getting Started, Build Dashboards

1 comment

  • Official comment
    Avatar
    Ralf Abueg (Edited )

    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 Permalink

Please sign in to leave a comment.