SAML Synchronized Attributes
Any documentation or examples on how to use the new property "Synchronized Attributes (~synchronizeAttributes)" ?
Any documentation or examples on how to use the new property "Synchronized Attributes (~synchronizeAttributes)" ?
wrote...
Yes I see the following:
<saml2:AttributeStatement>
<saml2:Attribute FriendlyName="uid"
Name="uid"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
>
<saml2:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:string"
>user.2</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute FriendlyName="mail"
Name="urn:oid:0.9.2342.19200300.100.1.3"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
>
<saml2:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:string"
>user.2@maildomain.net</saml2:AttributeValue>
</saml2:Attribute>
<saml2:Attribute FriendlyName="group"
Name="group"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
>
<saml2:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:string"
>administrators</saml2:AttributeValue>
</saml2:Attribute>
</saml2:AttributeStatement>
For your settings try with [1] or configure saml to have predifined name rather than dynamic.
[1] urn:oid:0.9.2342.19200300.100.1.3=profile/email
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.