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
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
9ae22119
Commit
9ae22119
authored
3 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
Update IDPList docs for recent improvements
parent
9ea90792
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/simplesamlphp-reference-sp-remote.md
+3
-7
3 additions, 7 deletions
docs/simplesamlphp-reference-sp-remote.md
modules/saml/docs/sp.md
+3
-0
3 additions, 0 deletions
modules/saml/docs/sp.md
with
6 additions
and
7 deletions
docs/simplesamlphp-reference-sp-remote.md
+
3
−
7
View file @
9ae22119
...
...
@@ -359,13 +359,9 @@ Only relevant if you are a proxy/bridge and wants to limit the idps this
sp can use.
`IDPList`
: The list of scoped idps ie. the list of entityids for idps that are
relevant for this sp. The final list is the concatenation of the list
given as parameter to InitSSO (at the sp), the list configured at the
sp and the list configured at the ipd (here) for this sp. The intersection
of the final list and the idps configured at the at this idp will be
presented to the user at the discovery service if neccessary. If only one
idp is in the intersection the discoveryservice will go directly to the idp.
: The list of scoped IdPs, i.e. the list of entityids for IdPs that are
relevant for this SP. It will override any list set in the IdP's
metadata.
**Example: Configuration for scoping**
...
...
This diff is collapsed.
Click to expand it.
modules/saml/docs/sp.md
+
3
−
0
View file @
9ae22119
...
...
@@ -48,6 +48,9 @@ All these parameters override the equivalent option from the configuration.
`isPassive`
: Send a passive authentication request.
`IDPList`
: List of IdP entity ids that should be sent in the AuthnRequest to the IdP in the IDPList element, part of the
Scoping element.
`saml:Extensions`
: The samlp:Extensions (an XML chunk) that will be sent in the login request.
...
...
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