Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove azure specific notes in the SAML docs #2617

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions docs/user-management/saml/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading