LDAP Staff/Students and Canvas Observers

Jump to solution
mwade
Community Novice

We use LDAP for our staff and students, but have our parents/observers use thier own e-mail address and canvas authentication. It seems that we have to send the users to two different login pages

  • /login/ldap
  • login/canvas

This is confusing to our end users and clunky at best.

Is there a way to unify this? Or at least add a link to the /login/ldap page to take them to the observer login page?

1 Solution
dgilogley
Community Participant

Hi

I've written some Javascript that you can upload into the theme editor that will solve your problem.

It will create a button below the login box on the LDAP or Canvas page with a link to the other. You just need to set the text in the button and image(logo). This also works for the mobile and desktop.

GitHub for JS: https://github.com/Srulis/Canvas/blob/master/LDAP%20and%20Canvas%20Login.js

How do I upload custom JavaScript and CSS files to an account or sub-account? 

View solution in original post