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
7385196f
Unverified
Commit
7385196f
authored
1 year ago
by
Thijs Kinkhorst
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Improve markdown & fix links
parent
f1ad3470
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
modules/saml/docs/nameidattribute.md
+10
-11
10 additions, 11 deletions
modules/saml/docs/nameidattribute.md
with
10 additions
and
11 deletions
modules/saml/docs/nameidattribute.md
+
10
−
11
View file @
7385196f
...
...
@@ -14,15 +14,14 @@ Parameters
: The format string for the attribute.
The default is
`%I!%S!%V`
.
: The format string accepts the following replacements:
* `%I`: The IdP that issued the NameID.
This will be the `NameQualifier` element of the NameID if it is present, or the entity ID of the IdP we received the response from if not.
* `%S`: The SP the NameID was issued to.
This will be the `SPNameQualifier` element of the NameID if it is present, or the entity ID of this SP otherwise.
* `%V`: The value of the NameID.
* `%F`: The format of the NameID.
* `%%`: Will be replaced with a single `%`.
The format string accepts the following replacements:
*
`%I`
: The IdP that issued the NameID.
This will be the
`NameQualifier`
element of the NameID if it is present, or the entity ID of the IdP we received the response from if not.
*
`%S`
: The SP the NameID was issued to.
This will be the
`SPNameQualifier`
element of the NameID if it is present, or the entity ID of this SP otherwise.
*
`%V`
: The value of the NameID.
*
`%F`
: The format of the NameID.
*
`%%`
: Will be replaced with a single
`%`
.
Examples
--------
...
...
@@ -63,5 +62,5 @@ Only extract the value of the NameID.
See also
--------
*
[
The description of the `saml:SP` authentication source.
](
./saml:sp
)
*
[
How to generate various NameIDs on the IdP.
](
./saml:nameid
)
*
[
The description of the `saml:SP` authentication source.
](
.
.
/saml:sp
)
*
[
How to generate various NameIDs on the IdP.
](
.
.
/saml:nameid
)
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