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 for use with additional SSO mechanisms besides Shibboleth. - Default is to use /adm/sso for "authentication" URL. - Different authentication URL can be set with lonOtherAuthenUrl perlvar. - Update documentation for lonshibauth.pm and lonshibacc.pm - Wording change for WAF/Proxy domain configuration - If Apache config contains lonSSOEmailOK set to 1, default removal of @ "internet domain" from username for SSO authenticated users in lonshibacc.pm is skipped. - &alias_shibboleth() routine in lonnet.pm renamed alias_sso().
- Shibboleth SSO - regexp used for extraction of <username> from eppn (for which format is <username>@somewhere.edu) made consistent with $LONCAPA::match_username regexp (aside from @ separator).
- Support for Single Sign On with Shibboleth 2.