Skip to content
Snippets Groups Projects
Commit 30a9c739 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

saml SP: doc fix

parent ae89ba10
No related branches found
No related tags found
No related merge requests found
...@@ -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',
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment