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
935ae78f
Commit
935ae78f
authored
Jan 19, 2012
by
haemmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README and improved configuration description
parent
d6496c79
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGES
CHANGES
+2
-2
config.dist.php
config.dist.php
+2
-0
No files found.
CHANGES
View file @
935ae78f
...
@@ -25,7 +25,7 @@ necessary for such releases.
...
@@ -25,7 +25,7 @@ necessary for such releases.
SWITCHwayf Changes and Version History:
SWITCHwayf Changes and Version History:
1.16 Release date:
1.16 Release date:
19. January 2012
- Added an improved version of the drop down list to the WAYF
- Added an improved version of the drop down list to the WAYF
Inspired by code from Takeshi Nishimura from NII (Japan)
Inspired by code from Takeshi Nishimura from NII (Japan)
Uses modified ImprovedDropdown JQuery library by John Fuex
Uses modified ImprovedDropdown JQuery library by John Fuex
...
@@ -34,7 +34,7 @@ SWITCHwayf Changes and Version History:
...
@@ -34,7 +34,7 @@ SWITCHwayf Changes and Version History:
Code contributed by Takeshi Nishimura from NII (Japan)
Code contributed by Takeshi Nishimura from NII (Japan)
- Added additional data protection feature that uses the referer to
- Added additional data protection feature that uses the referer to
decide whether or not to preselect an Identity Provider in the
decide whether or not to preselect an Identity Provider in the
Embedded WAYF
Embedded WAYF
.
Code contributed by Takeshi Nishimura from NII (Japan)
Code contributed by Takeshi Nishimura from NII (Japan)
- If the Discovery Feed feature is activated only those IdPs are shown
- If the Discovery Feed feature is activated only those IdPs are shown
that are contained in the feed. Others will be hidden automatically.
that are contained in the feed. Others will be hidden automatically.
...
...
config.dist.php
View file @
935ae78f
...
@@ -39,6 +39,8 @@ $SAMLDomainCookieName = $cookieNamePrefix.'_saml_idp';
...
@@ -39,6 +39,8 @@ $SAMLDomainCookieName = $cookieNamePrefix.'_saml_idp';
$SPCookieName
=
$cookieNamePrefix
.
'_saml_sp'
;
$SPCookieName
=
$cookieNamePrefix
.
'_saml_sp'
;
// If enabled cookies are set/transmitted only via https connections
// If enabled cookies are set/transmitted only via https connections
// and the http only option is set to prevent javascripts from reading the
// cookies
$cookieSecurity
=
false
;
$cookieSecurity
=
false
;
// Number of days longterm cookies shall be valid
// Number of days longterm cookies shall be valid
...
...
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