SSO login from third party web app

davidgeismar1
Community Member

 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 ?

0 Likes