Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SWITCHwayf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Rousse
SWITCHwayf
Commits
2339bf4e
Commit
2339bf4e
authored
Jun 20, 2012
by
haemmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set default SessionInitiator to /Login as suggested in #1850
parent
948c0a21
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
CHANGES
CHANGES
+4
-1
default-embedded-wayf.php
default-embedded-wayf.php
+3
-3
templates.php
templates.php
+1
-1
No files found.
CHANGES
View file @
2339bf4e
...
@@ -24,8 +24,11 @@ necessary for such releases.
...
@@ -24,8 +24,11 @@ necessary for such releases.
SWITCHwayf Changes and Version History:
SWITCHwayf Changes and Version History:
1.17.2
- Changed default SessionInitiator to /Login because this has been
the default SessionInitiator in Shibboleth for quite some time now.
1.17.1
Release date: 14. June 2012
1.17.1 Release date: 14. June 2012
- Fixed a bug occuring when wayf_sp_samlDSURL contains GET arguments
- Fixed a bug occuring when wayf_sp_samlDSURL contains GET arguments
Bug reported with a patch by Takeshi Nishimura from NII (Japan)
Bug reported with a patch by Takeshi Nishimura from NII (Japan)
- Fixed typo in configuration otpion useImprovedDropDownList
- Fixed typo in configuration otpion useImprovedDropDownList
...
...
default-embedded-wayf.php
View file @
2339bf4e
...
@@ -143,8 +143,8 @@ var wayf_show_categories = true;
...
@@ -143,8 +143,8 @@ var wayf_show_categories = true;
// var wayf_use_discovery_service = false;
// var wayf_use_discovery_service = false;
// Session Initiator URL of the Service Provider
// Session Initiator URL of the Service Provider
// Examples: "https://econf.switch.ch/Shibboleth.sso/
DS
", "https://dokeos.unige.ch/Shibboleth.sso/DS"
// Examples: "https://econf.switch.ch/Shibboleth.sso/
Login
", "https://dokeos.unige.ch/Shibboleth.sso/DS"
// This will implicitely be set to wayf_sp_samlDSURL = wayf_sp_handlerURL + "/
DS
";
// This will implicitely be set to wayf_sp_samlDSURL = wayf_sp_handlerURL + "/
Login
";
// or will be set automatically if the page where the Embedded WAYF is placed is called
// or will be set automatically if the page where the Embedded WAYF is placed is called
// with a 'return' and an 'entityID' GET Arguments
// with a 'return' and an 'entityID' GET Arguments
// [Optional, if wayf_use_discovery_service = true
// [Optional, if wayf_use_discovery_service = true
...
@@ -275,7 +275,7 @@ var wayf_show_categories = true;
...
@@ -275,7 +275,7 @@ var wayf_show_categories = true;
is
logged
in
into
your
application
.
is
logged
in
into
your
application
.
-->
-->
<
p
>
<
p
>
<
strong
>
Login
:</
strong
>
Javascript
is
not
available
for
your
web
browser
.
Therefore
,
please
<
a
href
=
"/Shibboleth.sso/
DS
?target="
>
proceed
manually
</
a
>.
<
strong
>
Login
:</
strong
>
Javascript
is
not
available
for
your
web
browser
.
Therefore
,
please
<
a
href
=
"/Shibboleth.sso/
Login
?target="
>
proceed
manually
</
a
>.
</
p
>
</
p
>
</
noscript
>
</
noscript
>
...
...
templates.php
View file @
2339bf4e
...
@@ -779,7 +779,7 @@ function getGETArgumentSeparator(url){
...
@@ -779,7 +779,7 @@ function getGETArgumentSeparator(url){
&& typeof(wayf_sp_samlDSURL) == "undefined"
&& typeof(wayf_sp_samlDSURL) == "undefined"
){
){
// Set to default DS handler
// Set to default DS handler
wayf_sp_samlDSURL = wayf_sp_handlerURL + "/
DS
";
wayf_sp_samlDSURL = wayf_sp_handlerURL + "/
Login
";
}
}
if (
if (
...
...
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