André Vicente
André Vicente

Reputation: 146

Azure Auth Company Branding not showing all options

I need to make some changes in azure auth proccess. I'm following this steps to change de default CSS https://learn.microsoft.com/en-us/entra/fundamentals/how-to-customize-branding

These are the options that I have when I access the menu "company branding". I should be able to see the tab "layout" and change the CSS, but I can't see it. Company branding

These are the options that I should see company branding

I already have the Organizational Branding Administrator permission. Should I have to do a new configuration to see these options or do I need a different permission?

[Edit] I have 3 directories. Only in 1 directory the options aren't appearing. After @Sridevi I checked the license of this 2 another directories and noticed they have a different type tenant type

Upvotes: 0

Views: 396

Answers (1)

Sridevi
Sridevi

Reputation: 22597

I have one demo Azure AD B2C tenant with Microsoft Entra ID Free license as below:

enter image description here

When I tried to access Company Branding menu of this tenant with user having 'Organizational Branding Administrator' role, it displayed few options similar to you:

enter image description here

As mentioned in this MS Doc, adding custom branding requires one of the following licenses:

  • Microsoft Entra ID P1 or P2
  • Microsoft 365 Business Standard
  • SharePoint (Plan 1)

I have one more tenant with Microsoft Entra ID P2 license as below:

enter image description here

When I tried to access this tenant's Company Branding page with user having 'Organizational Branding Administrator' role, it displayed all options:

enter image description here

UPDATE:

Note that, you can find all options even with Microsoft Entra ID Free license if your tenant is normal Microsoft Entra tenant.

If it is Azure AD B2C tenant, make sure to acquire at least one of these licenses: Microsoft Entra ID P1 or P2, Microsoft 365 Business Standard, SharePoint (Plan 1) to see all options in "Company Branding" page.

Upvotes: 0

Related Questions