Managing external identities to enable secure access for partners, customers, and other non-employees
Hello Jorge Valbuena – it looks like you’ve got the standard sign-in and sign-up strings working via Graph theme localizations (SignIn_Title, SignUp_Description, etc.), but you can’t find keys for the account picker or the logout page. Here’s what I’ve confirmed from the current docs and APIs:
- Account picker (“Pick an account” / “Use another account”) • Those screens aren’t part of the User-Flow language JSON and there are no exposed Graph properties for them today. • In other words, there is no JSON key you can upload for those exact labels via the beta Graph API or via User Flows → Languages. • They fall back to the built-in Microsoft strings for your tenant language.
- Logout screen branding • Company branding (background image / color, logo, footer links) applies only to the sign-in and sign-up pages. • There is no supported way today to inject custom text or swap out the background on the “You’re now signed out” page using Branding Themes or User-Flow language JSON. • The logout UI remains in the neutral/default Microsoft style.
Bottom line: both the account picker strings and the logout-page UI are currently outside the built-in Branding Themes / User-Flow language customization scope in Entra External ID. If you need full control (including those screens), your options are:
- Wait for future enhancements (you can vote on Azure Feedback for “account picker” and “logout branding” support)
- Or switch to a custom policy in Azure AD B2C (Identity Experience Framework), which does let you override literally every page, string, HTML and CSS.
Let me know if you need more detail on custom policies or how to file a feedback request!
Reference docs
• Customize the neutral default authentication experience (preview) – how-to-customize-branding-customers
https://learn.microsoft.com/azure/active-directory/fundamentals/how-to-customize-branding
• Language customization in user flows – how-to-customize-languages-customers
If the resolution was helpful, kindly take a moment to click on
and click on Yes for was this answer helpful. And, if you have any further query do let us know.