Up to [LON-CAPA] / loncom / auth
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
- Dual SSO and non-SSO login from /adm/login - Display of domain configuration for each server split into two tables so input textboxes can be longer. - "Pop-up if iframe" (Y/N) item added. If Y, when login page is in an iframe, SSO log-in dialog will be displayed in a new window, i.e., not within the iframe, e.g., to satisfy sameorigin requirement in x-frame-options in header sent by SSO server.
- Add missing curly brace
- Bug 6907 - Set request.linkprotuser in %env for students accessing deep-linked items with LTI link protection which includes username from other LMS. - Set "only_body" for intermediate pages shown while session is being set up for LTI link-protected access. - Provide appropriate feedback when a deep link is followed but the user only has a future and/or expired role in the target course.
- Bug 6907 For LTI-protected deep links in which username is included in launch payload compare username in payload with username for any existing LON-CAPA session in current web browser and expire old session, if different user.