SSO Integration
What is SSO or JWT Token Identity Based Login?
How does SSO or JWT Token Indentity Based Login work?
Let's get started...
Step 1 : Get your White Label URL and jwtTokenSecret
jwtTokenSecretStep 2 : Implement backend function to generate the Redirect URL
// For redirecting student to a particular classroom 1234, use this
https://{WISE_WHITELABEL_URL}/identity-based-login?jwtToken={token}&redirectionUrl=/student/classes/1234/resources¤t_role=studentStep 3 : Consume this function/API from your frontend app (webapp)
An ideal flow would look like this:
Code (NodeJS)
Important Points to Note
Flow Diagram

User flow

Last updated