CVS log for loncom/auth/lonshibauth.pm

[BACK] Up to [LON-CAPA] / loncom / auth

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jun 2 01:20:26 2023 UTC (9 months, 3 weeks ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_4_msu, HEAD
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
- Bugs 6754 and 6907
  - Return of grades to launcher CMS supported for resources or folders
    accessed via LTI-mediated deep link.
  - Support option: "Encrypt stored consumer secrets defined in domain"
  - Signing of LTI payloads for roster retrieval, passback of grades,
    and callback to logput launcher CMS session all now occur on
    primary library server for course's domain.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Sep 17 23:38:50 2022 UTC (18 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +60 -2 lines
- Support access to specific LON-CAPA message after login in cases where a
  LON-CAPA loadbalancer node is used as the portal for a domain.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 30 21:04:13 2022 UTC (20 months, 4 weeks ago) by raeburn
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +5 -3 lines
- Bug 6907
  "Exit Tool" button available to logout a session launched via deep link
  and escape iframe and redirect (for LTI-protected link).

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jun 18 02:10:18 2022 UTC (21 months, 1 week ago) by raeburn
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +8 -1 lines
- 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.

Revision 1.14.2.1: download - view: text, markup, annotated - select for diffs
Sun Dec 12 20:56:36 2021 UTC (2 years, 3 months ago) by raeburn
Branches: version_2_11_X
CVS tags: version_2_11_4_uiuc, version_2_11_4
Diff to previous 1.14: preferred, colored next main 1.15: preferred, colored
Changes since revision 1.14: +14 -51 lines
- For 2.11
  Remove code which supports deep-linking features not included in 2.11

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Dec 12 20:49:26 2021 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
Branch point for: version_2_11_X
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- &alias_shibboleth() routine in lonnet.pm renamed alias_sso().

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 6 03:31:54 2021 UTC (2 years, 3 months ago) by raeburn
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +159 -12 lines
- 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().

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Nov 3 01:04:02 2021 UTC (2 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +26 -16 lines
- Bug 6907
  - Use of token to store linkprot or linkkey compatible with use of
    btoken and iptoken (for load balancing and IP change respectively).
  - Launching access from a deeplink, with its own ltoken and/or linkkey,
    for a user session originally launched from a different deeplink will
    update required session information.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Oct 26 15:52:54 2021 UTC (2 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +73 -14 lines
- Use token to store role, symb, linkprot, and/or linkkey when dual log-in
  page to support SSO (Shibboleth) and non-SSO is in use, and for "log in
  again" retry link for failed login, instead of using query string directly.
- When digest is used by tmpput handler in lond to generate an id, only use
  id which does not already exist in LON-CAPA's tmp directory.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Oct 10 23:59:19 2021 UTC (2 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +3 -4 lines
- Get query string from $r->args instead of populating %ENV.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Oct 7 19:24:25 2021 UTC (2 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
- Fix typo in rev. 1.8

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Oct 7 18:52:03 2021 UTC (2 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +11 -3 lines
- When /adm/login is used as landing page for user toggle between SSO or
  non-SSO, URL of original destination named firsturl in query string.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 7 15:51:16 2021 UTC (2 years, 5 months ago) by raeburn
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +5 -2 lines
- Bug 6914
  Domain configuration for WAF/Proxy includes Y/N option for use of alias in
  redirection to /adm/sso for server(s) supporting Shibboleth Single Sign On.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 21 22:54:26 2021 UTC (2 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +7 -6 lines
- For SAML authentication (Shibboleth) config for each of domain's nodes
  to set /adm/log-in as landing page for user toggle between SSO or non-SSO.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 22 16:56:35 2021 UTC (2 years, 9 months ago) by raeburn
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +8 -2 lines
- Go to originally requested URL after single sign on with Shibboleth.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 4 18:47:37 2021 UTC (2 years, 10 months ago) by raeburn
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1 lines
- Bug 6914.
  Replace hostname with alias when creating absolute URLs, if alias in use.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun May 17 17:34:43 2015 UTC (8 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +8 -2 lines
- Too early in request for $ENV{'SERVER_PORT'} to be set, so determine if
  this server needs https or http from configuration in hosts.tab

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 4 01:37:02 2013 UTC (11 years, 2 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
- Add REDIRECT to defined Constants to eliminate error with Apache 1.X
  (SLES 9).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 5 20:51:29 2012 UTC (12 years ago) by raeburn
Branches: MAIN
- Support for Single Sign On with Shibboleth 2.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>