Skip to content

Commit 063e511

Browse files
authored
Merge pull request #7999 from fmigacz/patch-4
Fixed some markdown syntax
2 parents c8cd579 + 7f68788 commit 063e511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/active-directory-devhowto-multi-tenant-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: How to build an app that can sign in any Azure AD user
33
description: Shows how to build a multi-tenant application which can sign in a user from any Azure Active Directory tenant.
44
services: active-directory
@@ -54,7 +54,7 @@ When Azure AD receives a request on the /common endpoint, it signs the user in a
5454

5555
The sign-in response to the application then contains a token representing the user. The issuer value in the token tells an application what tenant the user is from. When a response returns from the /common endpoint, the issuer value in the token corresponds to the user’s tenant.
5656

57-
> [!IMPORTANTNT]
57+
> [!IMPORTANT]
5858
> The /common endpoint is not a tenant and is not an issuer, it’s just a multiplexer. When using /common, the logic in your application to validate tokens needs to be updated to take this into account.
5959
6060
## Update your code to handle multiple issuer values

0 commit comments

Comments
 (0)