1

I would like to change the Azure AD B2C default sign-in picture using the steps listed in this Stack Overflow answer.

However, when I log into the Azure Portal and find my instance of Azure AD B2C, and click into it, I see the following lefthand sidebar, which doesn't include the "Users and Groups" tab under the "Manage" section, but only includes the "Users" tab (which, if clicking into it, doesn't have "Company Branding" tab inside).

enter image description here

How can I find the "Company Branding" tab? Do I have to upgrade my subscription or something to have access to it?

(Also, one difference I noticed between the screenshots in the SO answer linked above and the screenshot I provided is that the link's Azure AD B2C instance name is spottedmahnb2c.onmicrosoft.com; the name of my instance is login.mydomain.com. Potentially this points to the difference.)


UPDATE

It seems that there is no "Basic" vs "Premium" subscription for Azure AD B2C. However, I am adding a bit more information.

This is the link that describes how to modify the login UI for AADB2C. However, when clicking on the "Company Branding" link, it takes me to an AAD page. Does that mean in order to customize the login UI for AADB2C, I have to visit AAD's "Company Branding" page?

aBlaze
  • 2,436
  • 2
  • 31
  • 63

2 Answers2

2

In an Azure AD B2C tenant, you have access to two (2) different menus for tenant admin.

  • Azure AD B2C

  • Azure Active Directory

The second one has the access to Users and Groups and Company Branding.

In the portal.azure.com, upper right, within the context of your b2c tenant, select All services then search for "b2c" or for "Active Directory" to find select the menu blade.

The "Company Branding" option is useful ONLY for the b2c sign-in journey/policy. All other policy types are customized following this guide: Azure Active Directory B2C: Customize the Azure AD B2C user interface (UI).

spottedmahn
  • 14,823
  • 13
  • 108
  • 178
Jose Rojas
  • 216
  • 1
  • 1
  • Interesting, it wasn't this way in the past. [Reference](https://stackoverflow.com/a/46056063/185123). Thanks for the update! – spottedmahn Mar 31 '18 at 13:29
1
  1. From within your B2C Tenant

    directory screenshot

  2. Go to Azure Active Directory

    active directory screenshot

  3. Select Company Branding -> Edit

    company branding screenshot

Note: The company branding link was under B2C -> All users previously. Reference.

Previous

Missing for me too. Must be an issue in Azure. Azure Support on Twitter could probably help.

enter image description here

spottedmahn
  • 14,823
  • 13
  • 108
  • 178