Reputation: 1778
I need to click the activation links in our Azure B2C accounts which end with x.onmicrosoft.com.
How can I accomplish that?
Should we set up an email server or is there a more practical way to accomplish this task?
Upvotes: 0
Views: 63
Reputation: 96
You can't, basically. onmicrosoft.com is the parent domain owned by Microsoft and the do not allow you to specify the required DNS changes that would allow you to setup a mail server for say joeblogs.onmicrosoft.com. You need to either collect valid email addresses at registration time or disable email activation.
Upvotes: 1