Skip to content

Commit ea82877

Browse files
Update entra-id-saml.mdx
Added sign in url field
1 parent ab8080d commit ea82877

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/content/docs/authenticate/enterprise-connections/entra-id-saml.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,18 @@ You can make a connection available only to a specific organization, or you can
6060

6161
2. For the **Entity ID**, enter a random string like `hEb876ZZlkg99Dwat64Mnbvyh129`. Make a copy of the string as you will add this to your SAML application later. Note that some older Entra ID tenants require the Entity ID to have a prefix of `spn:` If your connection fails, this could be why.
6262
3. Scroll past the IdP metadata URL and other key attribute fields. We will add this information later.
63-
4. Enter **Home realm domains**. This speeds up the sign in process for users of those domains.
63+
4. Enter an **Email key attribute**. This is the attribute in the SAML token that contains the user’s email. Setting this value ensures that the email address returned in the SAML response is correctly retrieved. We do not recommend leaving this field blank, but if you do we will set ‘email’ as the attribute.
64+
5. (Optional) Add a first name and last name attribute.
65+
6. Enter **Home realm domains**. This speeds up the sign in process for users of those domains.
6466
Note that all home realm domains must be unique across all connections in an environment. For more information about how, see [Home realm domains or IdP discovery](/authenticate/enterprise-connections/home-realm-discovery/).
6567

6668
![SAML configuration screen](https://imagedelivery.net/skPPZTHzSlcslvHjesZQcQ/79c7b045-d391-47a0-ee77-a2c3cbb78c00/public)
6769

68-
5. If you use home realm domains, the sign in button is hidden on the auth screen by default. To show the SSO button, select the **Always show sign-in button** option.
69-
6. Copy the ACS URL, you will need this for the SAML provider app.
70+
7. If you use home realm domains, the sign in button is hidden on the auth screen by default. To show the SSO button, select the **Always show sign-in button** option.
71+
8. Copy the ACS URL, you will need this for the SAML provider app.
7072
7. If you want to enable just-in-time (JIT) provisioning, select the **Create a user record in Kinde** option. This saves time adding users manually or via API later.
71-
8. Select if you want to treat this connection as a trusted provider. A [trusted provider](/authenticate/about-auth/identity-and-verification/) is one that guarantees the email they issue is verified. We recommend leaving this off for maximum security.
72-
9. Select **Save**.
73+
9. Select if you want to treat this connection as a trusted provider. A [trusted provider](/authenticate/about-auth/identity-and-verification/) is one that guarantees the email they issue is verified. We recommend leaving this off for maximum security.
74+
10. Select **Save**.
7375

7476
## Step 3: Create and configure an Entra ID enterprise application
7577

0 commit comments

Comments
 (0)