Skip to content

Commit 8769c50

Browse files
authored
Add setup step for Azure SSO (#17228)
Add a configuration step to ensure the Unique User Identifier format is set to unspecified. Sentry sets the format as unspecified in the SAMLRequest and some users have reported that this caused issues while configuring SSO. Adding this step to ensure the nameID format is set to unspecified to avoid any related setup issues.
1 parent c07936c commit 8769c50

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/organization/authentication/sso/azure-sso.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ If you change your organization slug, you'll need to make the same update in the
4747

4848
![SAML Configuration](./img/azure-basic-saml-configuration1.png)
4949

50-
1. In Section (3), labeled "SAML Signing Certificate", copy the "App Federation Metadata URL".
50+
1. In Section (2), labeled "Attributes & Claims", click Edit. On the new page, click "Unique User Identifier (Name ID)" and change the "Name Identifier Format" to Unspecified. Save the changes.
51+
52+
1. In Section (3), labeled "SAML Certificates", copy the "App Federation Metadata URL".
5153

5254
![SAML Signing Certificate](./img/azure-saml-signing-certificate.png)
5355

0 commit comments

Comments
 (0)