static-web-apps-cli icon indicating copy to clipboard operation
static-web-apps-cli copied to clipboard

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

Open keith-oak opened this issue 6 months ago • 0 comments

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

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

Fixes #850

🤖 Generated with Claude Code

keith-oak avatar Jun 25 '25 00:06 keith-oak