From 30a9c7392cc9e09ef8b16c5b0ef65647e319c979 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Thu, 24 May 2018 13:08:33 +0000 Subject: [PATCH] saml SP: doc fix --- modules/saml/docs/sp.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/saml/docs/sp.md b/modules/saml/docs/sp.md index 415a10f25..4e1430455 100644 --- a/modules/saml/docs/sp.md +++ b/modules/saml/docs/sp.md @@ -129,7 +129,8 @@ Options : The `index` attribute that is set in the md:AttributeConsumingService element. Integer value that defaults to `0`. `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` : 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. // Specify friendly names for these attributes: 'sn' => 'urn:oid:2.5.4.4', 'givenName' => 'urn:oid:2.5.4.42', - ) + ), 'attributes.required' => array ( 'eduPersonPrincipalName', ), -- GitLab