Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guillaume Rousse
SWITCHwayf
Commits
5427f786
Commit
5427f786
authored
May 14, 2012
by
haemmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed variable name
parent
f7254828
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
templates.php
templates.php
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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