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
30a9c739
Commit
30a9c739
authored
6 years ago
by
Thijs Kinkhorst
Browse files
Options
Downloads
Patches
Plain Diff
saml SP: doc fix
parent
ae89ba10
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
modules/saml/docs/sp.md
+3
-2
3 additions, 2 deletions
modules/saml/docs/sp.md
with
3 additions
and
2 deletions
modules/saml/docs/sp.md
+
3
−
2
View file @
30a9c739
...
@@ -129,7 +129,8 @@ Options
...
@@ -129,7 +129,8 @@ Options
: The
`index`
attribute that is set in the md:AttributeConsumingService element. Integer value that defaults to
`0`
.
: The
`index`
attribute that is set in the md:AttributeConsumingService element. Integer value that defaults to
`0`
.
`attributes.isDefault`
`attributes.isDefault`
: If present, sets the
`isDefault`
attribute in the md:AttributeConsumingService element. Boolean value that defaults to
`false`
.
: If present, sets the
`isDefault`
attribute in the md:AttributeConsumingService element. Boolean value, when
unset, the attribute will be omitted.
`attributes.required`
`attributes.required`
: If you have attributes added you can here specify which should be marked as required.
: If you have attributes added you can here specify which should be marked as required.
...
@@ -466,7 +467,7 @@ Here we will list some examples for this authentication source.
...
@@ -466,7 +467,7 @@ Here we will list some examples for this authentication source.
// Specify friendly names for these attributes:
// Specify friendly names for these attributes:
'sn' => 'urn:oid:2.5.4.4',
'sn' => 'urn:oid:2.5.4.4',
'givenName' => 'urn:oid:2.5.4.42',
'givenName' => 'urn:oid:2.5.4.42',
)
)
,
'attributes.required' => array (
'attributes.required' => array (
'eduPersonPrincipalName',
'eduPersonPrincipalName',
),
),
...
...
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