Skip to content

Commit 5f2e9c3

Browse files
authored
Merge pull request #204389 from Gargi-Sinha/patch-130
Replacing a FAQ with a new one and explanation
2 parents 59181e7 + 0f79b36 commit 5f2e9c3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

articles/active-directory/external-identities/faq.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,19 @@ sections:
189189
For information about what licenses your organization needs to use Azure AD B2B, see [External Identities pricing](external-identities-pricing.md).
190190
191191
- question: |
192-
Can B2B collaboration users sign in with their non-UPN email address?
192+
What happens if I invite a user whose email and UPN don’t match?
193193
answer: |
194-
Yes. For more information about email as an alternate login ID for B2B collaboration, see [B2B guest user sign-in with an email address](../authentication/howto-authentication-use-email-signin.md#b2b-guest-user-sign-in-with-an-email-address).
194+
It depends. By default, Azure AD only allows UPN for login ID. When UPN and email are the same, Azure AD B2B invitations and subsequent sign-ins work as expected. However, issues can arise when a user’s email and UPN don’t match, and the email is used instead of the UPN to sign in.
195+
When a user is invited with a non-UPN email, they will be able to redeem the invitation if they redeem using the [email invitation link](https://docs.microsoft.com/azure/active-directory/external-identities/redemption-experience#redemption-through-the-invitation-email), but redemptions via a [direct link](https://docs.microsoft.com/azure/active-directory/external-identities/redemption-experience#redemption-through-a-direct-link) will fail. However, even if the user successfully redeems the invitation, subsequent sign-in attempts using the non-UPN email will fail unless the identity provider (either Azure AD or a federated identity provider) is configured to allow email as an alternative login ID.
196+
This issue can be mitigated by:
197+
1. [Enabling email as an alternate login ID](https://docs.microsoft.com/azure/active-directory/authentication/howto-authentication-use-email-signin) in the invited/home Azure AD tenant
198+
2. Enabling the federated identity provider to support email as login ID (if Azure AD is federated to another identity provider) or
199+
3. Instructing the user to redeem/sign-in using their UPN.
200+
To avoid this issue entirely, administrators should ensure users’ UPN and email are the same value.
201+
202+
![Screenshot shows the flow for guest redemption.](media/user-invitation-different-email-upn/guest-redemption.png)
203+
204+
![Screenshot shows the flow for subsequent sign-ins.](media/user-invitation-different-email-upn/subsequent-sign-in.png)
195205
196206
- question: |
197207
Instant-on: What can cause replication latency?
37.5 KB
Loading
25.1 KB
Loading

0 commit comments

Comments
 (0)