Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drupal Upstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASC IRIS Web Services
Drupal Upstream
Commits
b9f4a7fa
Unverified
Commit
b9f4a7fa
authored
6 years ago
by
briancanini
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request
#107
from ASCWebServices/new-sso-keys
Turn off SSO auth request signing
parents
c54be395
9500d20b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/simplesamlphp/config/authsources.php
+1
-1
1 addition, 1 deletion
config/simplesamlphp/config/authsources.php
vendor/simplesamlphp/simplesamlphp/config/authsources.php
+1
-1
1 addition, 1 deletion
vendor/simplesamlphp/simplesamlphp/config/authsources.php
with
2 additions
and
2 deletions
config/simplesamlphp/config/authsources.php
+
1
−
1
View file @
b9f4a7fa
...
...
@@ -29,7 +29,7 @@
// The URL to the discovery service.
// Can be NULL/unset, in which case a builtin discovery service will be used.
'discoURL'
=>
null
,
'sign.authnrequest'
=>
tru
e
,
'sign.authnrequest'
=>
fals
e
,
/*
* WARNING: SHA-1 is disallowed starting January the 1st, 2014.
*
...
...
This diff is collapsed.
Click to expand it.
vendor/simplesamlphp/simplesamlphp/config/authsources.php
+
1
−
1
View file @
b9f4a7fa
...
...
@@ -29,7 +29,7 @@
// The URL to the discovery service.
// Can be NULL/unset, in which case a builtin discovery service will be used.
'discoURL'
=>
null
,
'sign.authnrequest'
=>
tru
e
,
'sign.authnrequest'
=>
fals
e
,
/*
* WARNING: SHA-1 is disallowed starting January the 1st, 2014.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment