SSO login from third party web app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023
06:07 AM
My use case is the following. I have a web app where users can create account and login. I would like to directly redirect them from that app to canvas without asking them to login again.
I have achieved that with other LMSs using SSO JWT token. Basically I would generate from the third party web app some JWT encoding the user's lms email with a secret shared between the third party app and the LMS. I would then pass that token in the redirect url as a ? parameter and the redirected user would be directly logged in into the lms.
Is there a similar thing I can do with Canvas LMS ?