From cc32d0afdc162b02d95ec3094854dff206616a42 Mon Sep 17 00:00:00 2001 From: Kirill Roskolii <kirill.roskolii@catalyst.net.nz> Date: Tue, 4 Sep 2018 11:00:26 +1200 Subject: [PATCH] Fixed interoperable SAML 2 profile link. --- docs/simplesamlphp-idp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/simplesamlphp-idp.md b/docs/simplesamlphp-idp.md index e696d2530..3654d237f 100644 --- a/docs/simplesamlphp-idp.md +++ b/docs/simplesamlphp-idp.md @@ -174,7 +174,7 @@ files, see the [IdP hosted reference](simplesamlphp-reference-idp-hosted). Using the `uri` NameFormat on attributes ---------------------------------------- -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. +The [interoperable SAML 2 profile](https://kantarainitiative.github.io/SAMLprofiles/saml2int.html) 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: -- GitLab