Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
🚀
This server has been upgraded to GitLab release
15.7
.
🚀
Open sidebar
GIP RENATER
switch-wayf
Commits
5427f786
Commit
5427f786
authored
May 14, 2012
by
haemmer
Browse files
Fixed variable name
parent
f7254828
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates.php
View file @
5427f786
...
...
@@ -1024,7 +1024,7 @@ function getGETArgument(name){
// Old Shibboleth WAYF protocol
wayf_authReq_URL = wayf_URL;
wayf_authReq_URL += '?providerId=' + encodeURIComponent(wayf_sp_entityID);
wayf_authReq_URL += '&target=' + encodeURIComponent(return_url);
wayf_authReq_URL += '&target=' + encodeURIComponent(
wayf_
return_url);
wayf_authReq_URL += '&shire=' + encodeURIComponent(wayf_sp_samlACURL);
wayf_authReq_URL += '&time={$utcTime}';
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment