0
votes

Based on this question, I need to implement a user flow that enables users to sign up to my Azure AD and then sign in to the Azure Portal to manage everything.

So far I added a user flow with which one can create an account with email, user name and other attributes. While they can use the credential to login to my web app, I'm not sure how do they login to the portal.

It looks like:

  • Azure AD tenant domain: foo.net
  • Email of the user: [email protected]
  • User name: brah
  • Display name: fuga
  • Password: piyo

When going to https://portal.azure.com/ and input [email protected] in "email", the dialog prompts to input the password. However piyo is declined and he cannot login to the portal.

Also, even he signs in to the portal by using [email protected] (his own azure account), he cannot switch the directory to foo.net.

Besides manually creating a user in Azure AD Blade in the portal, how do I let them to create their account to login to the directory?

1

1 Answers

2
votes

To access the Azure portal for managing subscriptions and resources that are linked to an Azure AD tenant, then users must be added as members or guests to this Azure AD tenant.

Users can't be added as consumers to the Azure AD tenant.

You might want to consider either inviting the external users as guests to your Azure AD tenant or providing an online service for the external users to be added as guests to your Azure AD tenant.