Skip to content

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 #850

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

Co-Authored-By: Claude <[email protected]>
@keith-oak keith-oak closed this by deleting the head repository Aug 13, 2025
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