pressbooks / pressbooks-lti-provider

A plugin which turns Pressbooks into an LTI provider.
GNU General Public License v3.0
7 stars 4 forks source link

Prompt for authentication to confirm matching with existing user on initial LTI launch #36

Closed greatislander closed 5 years ago

greatislander commented 5 years ago

Upon initial LTI launch, if an existing Pressbooks user's email matches that provided by the LMS, the user should be directed to a Pressbooks login window to confirm their access to the matching account.

It looks like you already have an account on [NAME OF PRESSBOOKS NETWORK]. Please log in to connect your Pressbooks account to your [Canvas/Moodle/Sakai/D2L] ID.

Mockup

Verification prompt.

Implementation Notes

If the user does not successfully authenticate, a Pressbooks account should be provisioned for them with a dummy email address so that they can still access Pressbooks content from their LMS.

Related Issues