Skip to content
Snippets Groups Projects
Commit c0f6b289 authored by Olav Morken's avatar Olav Morken
Browse files

docs: Make it clear that the use of uri is specified by saml2int.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2571 44740490-163a-0410-bde0-09ae8108e29a
parent 6c62e82d
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,8 @@ files, see the [IdP hosted reference](simplesamlphp-reference-idp-hosted).
Using the `uri` NameFormat on attributes
----------------------------------------
It is generally recommended to use the `urn:oasis:names:tc:SAML:2.0:attrname-format:uri` attribute NameFormat in new installations.
The [interoperable SAML 2 profile](http://saml2int.org/profile/current) specifies that attributes should be delivered using the `urn:oasis:names:tc:SAML:2.0:attrname-format:uri` NameFormat.
We therefore recommended enabling this in new installations.
This can be done by adding the following to the saml20-idp-hosted configuration:
'AttributeNameFormat' => 'urn:oasis:names:tc:SAML:2.0:attrname-format:uri',
......
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