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
c6683c9a
Commit
c6683c9a
authored
10 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Fix formatting of config example.
parent
e5be6e22
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simplesamlphp-scoping.txt
+5
-3
5 additions, 3 deletions
docs/simplesamlphp-scoping.txt
with
5 additions
and
3 deletions
docs/simplesamlphp-scoping.txt
+
5
−
3
View file @
c6683c9a
...
...
@@ -12,7 +12,7 @@ Scoping
Scoping allows a service provider to specify a list of identity providers in an
authnRequest to a proxying identity provider. This is an indication to the
proxying identity provider
,
that the service will only deal with the identity
proxying identity provider that the service will only deal with the identity
providers specified.
A common use is for a service provider in a hub-and-spoke architecture to
...
...
@@ -36,7 +36,7 @@ who ultimately authenticates the user. A count of zero permits no proxying. If
ProxyCount is unspecified the number of proxy indirections is not limited.
`IDPList`
: The list of trusted IdPs ie. the list of entityIDs for identity providers
: The list of trusted IdPs
,
i
.
e. the list of entityIDs for identity providers
that are relevant for a service provider in an authnRequest.
### Note ###
...
...
@@ -45,13 +45,15 @@ SimpleSAMLphp does not support specifying the GetComplete option.
Usage
-----
The ProxyCount and IDPList option can be specified in the following places
The ProxyCount and IDPList option can be specified in the following places
:
- as a state parameter to the authentication source
- in the saml:SP authentication source configuration
- in the saml20-idp-remote metadata
- in the saml20-sp-remote metadata
Example configuration:
# Add the IDPList
'IDPList' => array(
'IdPEntityID1',
...
...
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