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
fe607483
Commit
fe607483
authored
8 years ago
by
Bjorn R. Jensen
Browse files
Options
Downloads
Patches
Plain Diff
improved documentation of the use of attributes and attributes.required in authsources.php
parent
12af2ab1
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
config-templates/authsources.php
+7
-2
7 additions, 2 deletions
config-templates/authsources.php
with
7 additions
and
2 deletions
config-templates/authsources.php
+
7
−
2
View file @
fe607483
...
@@ -51,11 +51,16 @@ $config = array(
...
@@ -51,11 +51,16 @@ $config = array(
/*
/*
* The attributes parameter must contain an array of desired attributes by the SP.
* The attributes parameter must contain an array of desired attributes by the SP.
* The attributes can be expressed as an array of names or as an associative array
* The attributes can be expressed as an array of names or as an associative array
* in the form of 'friendlyName' => 'name'.
* in the form of 'friendlyName' => 'name'.
This feature requires 'name' to be set.
* The metadata will then be created as follows:
* The metadata will then be created as follows:
* <md:RequestedAttribute FriendlyName="friendlyName" Name="name" />
* <md:RequestedAttribute FriendlyName="friendlyName" Name="name" />
*/
*/
/*'attributes' => array(
/*'name' => array(
'en' => 'A service',
'no' => 'En tjeneste',
),
'attributes' => array(
'attrname' => 'urn:oid:x.x.x.x',
'attrname' => 'urn:oid:x.x.x.x',
),*/
),*/
/*'attributes.required' => array (
/*'attributes.required' => array (
...
...
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