Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
6500ca1c
Commit
6500ca1c
authored
9 years ago
by
Jaime Perez Crespo
Browse files
Options
Downloads
Patches
Plain Diff
Slightly modify documentation in the configuration template.
parent
19af8b84
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config-templates/config.php
+4
-3
4 additions, 3 deletions
config-templates/config.php
with
4 additions
and
3 deletions
config-templates/config.php
+
4
−
3
View file @
6500ca1c
...
@@ -820,8 +820,6 @@ $config = array(
...
@@ -820,8 +820,6 @@ $config = array(
* URLs obtained from the input on your own (i.e. ReturnTo or RelayState
* URLs obtained from the input on your own (i.e. ReturnTo or RelayState
* parameters obtained from the $_REQUEST array).
* parameters obtained from the $_REQUEST array).
*
*
* Set to NULL to disable checking of URLs.
*
* simpleSAMLphp will automatically add your own domain (either by checking
* simpleSAMLphp will automatically add your own domain (either by checking
* it dynamically, or by using the domain defined in the 'baseurlpath'
* it dynamically, or by using the domain defined in the 'baseurlpath'
* directive, the latter having precedence) to the list of trusted domains,
* directive, the latter having precedence) to the list of trusted domains,
...
@@ -829,7 +827,10 @@ $config = array(
...
@@ -829,7 +827,10 @@ $config = array(
* telling simpleSAMLphp to verify URLs.
* telling simpleSAMLphp to verify URLs.
*
*
* Set to an empty array to disallow ALL redirections or links pointing to
* Set to an empty array to disallow ALL redirections or links pointing to
* an external URL other than your own domain.
* an external URL other than your own domain. This is the default behaviour.
*
* Set to NULL to disable checking of URLs. DO NOT DO THIS UNLESS YOU KNOW
* WHAT YOU ARE DOING!
*
*
* Example:
* Example:
* 'trusted.url.domains' => array('sp.example.com', 'app.example.com'),
* 'trusted.url.domains' => array('sp.example.com', 'app.example.com'),
...
...
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