Diff for /loncom/html/adm/help/tex/Domain_Configuration_Login_Page.tex between versions 1.12.2.1 and 1.13

version 1.12.2.1, 2021/12/25 03:15:47 version 1.13, 2022/08/24 22:23:15
Line 99  instead to display /adm/login configured Line 99  instead to display /adm/login configured
 Check the ``Yes'' radio button for each of the domain's servers which will offer dual login and then set:    Check the ``Yes'' radio button for each of the domain's servers which will offer dual login and then set:  
   
 \begin{itemize}  \begin{itemize}
 \item SSO: Text, Image, Alt Text, URL, Tool Tip  \item SSO: Text, Image, Alt Text, URL, Tool Tip, Pop-up if iframe
 \item non-SSO: Text  \item non-SSO: Text
 \end{itemize}  \end{itemize}
   
 The value in the URL field will be /adm/sso for Shibboleth, and an uploaded image file will provide the button to be clicked  The value in the URL field will be /adm/sso for Shibboleth, and an uploaded image file will provide the button to be clicked
 to load /adm/sso (i.e., to prompt an SSO login). The alt and title attributes for the button can also be set.  to load /adm/sso (i.e., to prompt an SSO login). The alt and title attributes for the button can also be set.
   
 With this in effect the LON-CAPA login page /adm/login will display the following:  In some circumstances the default may be to attempt display of the SSO log-in dialog within an iframe, e.g., 
   when link protection has been enabled for LTI mediated deep link access from another learning management system, 
   and a user is also required to authenticate in LON-CAPA. In such cases, ``sameorigin'' requirements for the SSO login 
   page may dictate that the SSO login must be displayed in a pop-window instead of the iframe. Setting ``Pop-up if iframe'' 
   to ``Yes'' will ensure a pop-up is launched when the button and/or link for SSO login is clicked and the login page is
   within an iframe.
   
   With dual login in effect the LON-CAPA login page /adm/login will display the following:
   
 \begin{itemize}  \begin{itemize}
 \item Log-in type:  \item Log-in type:
Line 133  If the SSO service is something other th Line 140  If the SSO service is something other th
 been set to a preferred URL (e.g., /adm/sentinel), then the URL item in the SSO entry in the dual login options  been set to a preferred URL (e.g., /adm/sentinel), then the URL item in the SSO entry in the dual login options
 should be set to that same preferred URL.  should be set to that same preferred URL.
   
 Note: if the original page request by an unauthenticated user included a query string containing role and symb (i.e.,   Note: if the original page request by an unauthenticated user included a query string with any of the following items:
 the unique resource instance identifier) then they will be stored in a token file on the server, for access later to support deep-linking.   role, symb, and linkkey, then they will be stored in a token file on the server, for access later to support deep-linking. 
   Similarly, if the query string contained an ltoken item from successful launch from an LTI Consumer, where LON-CAPA is the LTI Provider,
   and for that Consumer LON-CAPA is not configured to accept user information, and the destination is a deep-link URL:
   /tiny/domain/uniqueID, then the LTI number, type (c or d), and tiny URL will be saved as the linkprot item in a token file.

Removed from v.1.12.2.1  
changed lines
  Added in v.1.13


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