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
e2c8eabe
Commit
e2c8eabe
authored
6 years ago
by
Guy Halse
Browse files
Options
Downloads
Patches
Plain Diff
Document changes to NameIDFormat
parent
f3e2e491
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/simplesamlphp-reference-idp-hosted.md
+6
-3
6 additions, 3 deletions
docs/simplesamlphp-reference-idp-hosted.md
docs/simplesamlphp-reference-sp-remote.md
+6
-4
6 additions, 4 deletions
docs/simplesamlphp-reference-sp-remote.md
with
12 additions
and
7 deletions
docs/simplesamlphp-reference-idp-hosted.md
+
6
−
3
View file @
e2c8eabe
...
...
@@ -222,8 +222,11 @@ The following SAML 2.0 options are available:
: Note that this option can be set for each SP in the
[
SP-remote metadata
](
./simplesamlphp-reference-sp-remote
)
.
`NameIDFormat`
: The format of the NameID supported by this IdP. Defaults to the
`transient`
format if unspecified.
This parameter can be configured in multiple places, and the actual value used is fetched from metadata with
: The format(s) of the NameID supported by this IdP, as either an array or a string. If an array is given, the first
value is used as the default if the incoming request does not specify a preference. Defaults to the
`transient`
format if unspecified.
: This parameter can be configured in multiple places, and the actual value used is fetched from metadata with
the following priority:
: 1. SP Remote Metadata
...
...
@@ -243,7 +246,7 @@ The following SAML 2.0 options are available:
you should configure
[
NameID generation filters
](
./saml:nameid
)
on your IdP.
: Note that the value set here will be added to the metadata generated for this IdP,
: Note that the value
(s)
set here will be added to the metadata generated for this IdP,
in the
`NameIDFormat`
element.
`RegistrationInfo`
...
...
This diff is collapsed.
Click to expand it.
docs/simplesamlphp-reference-sp-remote.md
+
6
−
4
View file @
e2c8eabe
...
...
@@ -174,8 +174,10 @@ The following SAML 2.0 options are available:
`FALSE`
.
`NameIDFormat`
: The
`NameIDFormat`
this SP should receive. The three most commonly
used values are:
: The
`NameIDFormat`
this SP should receive. This may be specified as either a string or an array, but if an array
is given, the first format specified will be the one requested during an authentication request.
: The three most commonly used values are:
: 1.
`urn:oasis:names:tc:SAML:2.0:nameid-format:transient`
2.
`urn:oasis:names:tc:SAML:2.0:nameid-format:persistent`
...
...
@@ -371,13 +373,13 @@ 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
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.
**Example: Configuration for scoping**
'IDPList' => array('https://idp1.wayf.dk', 'https://idp2.wayf.dk'),
Shibboleth 1.3 options
----------------------
...
...
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