Skip to content

fix: update AAD display name to Microsoft Entra ID in auth UI #965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

keith-oak
Copy link

Summary

  • Updated the auth emulator UI to display "Microsoft Entra ID" instead of "AAD"
  • Maintained backward compatibility by keeping 'aad' as the underlying provider value
  • Added clarification in help text that "aad = Microsoft Entra ID"

Changes

  • Updated datalist options in src/public/auth.html to include display text for all providers
  • Changed <option value="aad"></option> to <option value="aad">Microsoft Entra ID</option>
  • Updated help text to clarify the mapping

Test plan

  • Built the project successfully
  • All unit tests pass
  • The UI now shows "Microsoft Entra ID" in the dropdown while still using 'aad' as the value
  • No breaking changes - existing configurations and URLs continue to work

Fixes #850

🤖 Generated with Claude Code

Updates the auth emulator UI to show "Microsoft Entra ID" instead of "AAD"
while maintaining backward compatibility by keeping 'aad' as the underlying
provider value. Also adds clarification in help text.

Fixes Azure#850

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auth UI incorrectly show AAD instead of new term Microsoft Entra ID
1 participant