[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Institutional_Integration_CAS.tex Institutional_Integration_Shibboleth.tex
raeburn
raeburn at source.lon-capa.org
Thu Mar 26 18:15:20 EDT 2015
raeburn Thu Mar 26 22:15:20 2015 EDT
Modified files:
/loncom/html/adm/help/tex Institutional_Integration_Shibboleth.tex
Institutional_Integration_CAS.tex
Log:
- Shorter names for example files containing custom markup for inclusion in
logout page fit within the width of a page in the PDF manual.
Index: loncom/html/adm/help/tex/Institutional_Integration_Shibboleth.tex
diff -u loncom/html/adm/help/tex/Institutional_Integration_Shibboleth.tex:1.3 loncom/html/adm/help/tex/Institutional_Integration_Shibboleth.tex:1.4
--- loncom/html/adm/help/tex/Institutional_Integration_Shibboleth.tex:1.3 Thu Mar 26 16:03:55 2015
+++ loncom/html/adm/help/tex/Institutional_Integration_Shibboleth.tex Thu Mar 26 22:15:20 2015
@@ -255,8 +255,8 @@
is domain, to include items such as:
\begin{verbatim}
-PerlSetVar lonSSOUserLogoutHeadFile_<dom>/home/httpd/html/adm/sso_logout_head_frag
-PerlSetVar lonSSOUserLogoutMessageFile_<dom> /home/httpd/html/adm/sso_logout_body_frag
+PerlSetVar lonSSOUserLogoutHeadFile_<dom>/home/httpd/html/adm/sso_logout_head
+PerlSetVar lonSSOUserLogoutMessageFile_<dom> /home/httpd/html/adm/sso_logout_body
PerlSetVar lonSSOUserUnknownRedirect /adm/sso_failed_login.html
PerlSetVar lonSSOUserDomain <dom>
\end{verbatim}
@@ -266,9 +266,9 @@
Notes:
\begin{enumerate}
\item
-All files will contain HTML mark-up, but the sso\_logout\_head\_frag item is a fragment
+All files will contain HTML mark-up, but the sso\_logout\_head item is a fragment
inserted into the head block of the standard LON-CAPA logout page, and similarly,
-the sso\_logout\_body\_frag is a fragment inserted into the body of the page,
+the sso\_logout\_body is a fragment inserted into the body of the page,
whereas the sso\_failed\_login.html file should be a complete HTML document.
If the name of the PerlVar ends \_$<$dom$>$ then the HTML fragment is only displayed
@@ -292,7 +292,7 @@
e.g., https://yourserver/Shibboleth.sso/Logout.
Depending on the availability of SLO support from your institution's IdP you should craft an appropriate
-message to include in sso\_logout\_link\_html\_frag. If you include a link to the URL for a local logout,
+message to include in sso\_logout\_body. If you include a link to the URL for a local logout,
you should indicate that access to other web applications using SSO may continue to be available, even
after logout from the specific SP. If no local logout is provided, then after logout from LON-CAPA,
the web browser needs to be quit, to ensure access to LON-CAPA requires re-authentication.
@@ -313,7 +313,7 @@
\end{enumerate}
-e.g., sso\_logout\_link\_html\_frag
+e.g., sso\_logout\_body
\begin{verbatim}
Index: loncom/html/adm/help/tex/Institutional_Integration_CAS.tex
diff -u loncom/html/adm/help/tex/Institutional_Integration_CAS.tex:1.1 loncom/html/adm/help/tex/Institutional_Integration_CAS.tex:1.2
--- loncom/html/adm/help/tex/Institutional_Integration_CAS.tex:1.1 Thu Mar 26 16:05:24 2015
+++ loncom/html/adm/help/tex/Institutional_Integration_CAS.tex Thu Mar 26 22:15:20 2015
@@ -39,8 +39,8 @@
is domain, to include items such as:
\begin{verbatim}
-PerlSetVar lonSSOUserLogoutHeadFile_<dom> /home/httpd/html/adm/sso_logout_head_frag
-PerlSetVar lonSSOUserLogoutMessageFile_<dom> /home/httpd/html/adm/sso_logout_body_frag
+PerlSetVar lonSSOUserLogoutHeadFile_<dom> /home/httpd/html/adm/sso_logout_head
+PerlSetVar lonSSOUserLogoutMessageFile_<dom> /home/httpd/html/adm/sso_logout_body
PerlSetVar lonSSOUserUnknownRedirect /adm/sso_failed_login.html
PerlSetVar lonSSOReloginServer https://somehost.somewhere.edu
\end{verbatim}
@@ -52,9 +52,9 @@
Notes:
\begin{enumerate}
\item
-All files will contain HTML mark-up, but the sso\_logout\_head\_frag item is a fragment
+All files will contain HTML mark-up, but the sso\_logout\_head item is a fragment
inserted into the head block of the standard LON-CAPA logout page, and similarly,
-the sso\_logout\_body\_frag is a fragment inserted into the body of the page,
+the sso\_logout\_body is a fragment inserted into the body of the page,
whereas the sso\_failed\_login.html file should be a complete HTML document.
If the name of the PerlVar ends \_$<$dom$>$ then the HTML fragment is only displayed
More information about the LON-CAPA-cvs
mailing list