Skip to content
Snippets Groups Projects
Commit 3d4ff5c0 authored by Martin Haase's avatar Martin Haase
Browse files

make the Lab User see Certificate (SLC) Stuff after login for SLC-enabled instance

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@7259 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 83cdddd4
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,9 @@ echo "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n ...@@ -259,7 +259,9 @@ echo "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n
echo "<meta name=\"remote_principal\" content=\"$remote_user\"/>\n"; echo "<meta name=\"remote_principal\" content=\"$remote_user\"/>\n";
echo "<meta name=\"rbac_session_status\" content=\"$scstatus\"/>\n"; echo "<meta name=\"rbac_session_status\" content=\"$scstatus\"/>\n";
echo "<meta name=\"rbac_sessionid\" content=\"$newSid\"/>\n"; echo "<meta name=\"rbac_sessionid\" content=\"$newSid\"/>\n";
echo "<meta name=\"ePPNplusSID\" content=\"$remote_user|$newSid\"/>\n"; if (!$slcMode) {
echo "<meta name=\"ePPNplusSID\" content=\"$remote_user|$newSid\"/>\n";
}
echo "<style type=\"text/css\">"; echo "<style type=\"text/css\">";
echo "#d123 {display:none;}"; echo "#d123 {display:none;}";
echo "</style>"; echo "</style>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment