From fcdaa37fd2c3ac695c21ec3e8e368d892efeeb43 Mon Sep 17 00:00:00 2001 From: Danny Martini Date: Wed, 13 Nov 2024 17:31:57 +0100 Subject: [PATCH] remove azure specific notes in the SAML docs This is not necessary anymore once https://github.com/n8n-io/n8n/pull/11724 is merged. --- docs/user-management/saml/setup.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/user-management/saml/setup.md b/docs/user-management/saml/setup.md index 1936386b94d..7a88522f495 100644 --- a/docs/user-management/saml/setup.md +++ b/docs/user-management/saml/setup.md @@ -57,16 +57,3 @@ Documentation links for common IdPs. | Okta | n8n provides a [Workforce Identity setup guide](/user-management/saml/okta/) | | PingIdentity | [PingOne SSO](https://docs.pingidentity.com/r/en-us/pingone/pingone_p1sso_start){:target=_blank .external-link} | - -## IdP-specific guidance - -This section contains notes on IdP-specific quirks and tips. - -### Azure - -The Azure metadata XML is a combination of the SAML 2.0 definition and the WS-Federation definition. This means you can't use the **App Federation Metadata Url** to automatically load the XML. Instead: - -1. Download the **Federation Metadata XML**. -2. Open the file in your text editor. -3. Remove the `RoleDescriptor` sections. Anything with the `fed:` namespace is part of the WS-Federation definition. -4. Paste the edited XML into **Identity Provider Settings** in n8n's SSO settings.