Skip to content

[PM-21187] Rename Azure AD to Entra ID #797

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 12 commits into
base: main
Choose a base branch
from

Conversation

jrmccannon
Copy link

@jrmccannon jrmccannon commented Jun 18, 2025

🎟️ Tracking

PM-21187

📔 Objective

This renames Azure AD to Entra ID. It includes file names and commands. Existing configs should continue to work, but will be assigned to entra config behind the scenes.

📸 Screenshots

image

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@jrmccannon jrmccannon requested a review from a team as a code owner June 18, 2025 20:10
@jrmccannon jrmccannon requested a review from BTreston June 18, 2025 20:10
Copy link

codecov bot commented Jun 18, 2025

Codecov Report

Attention: Patch coverage is 2.38095% with 41 lines in your changes missing coverage. Please review.

Project coverage is 7.72%. Comparing base (61d7c99) to head (15ee9ef).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/services/state.service.ts 0.00% 11 Missing ⚠️
src/services/entra-id-directory.service.ts 0.00% 9 Missing ⚠️
src/app/tabs/settings.component.ts 0.00% 8 Missing ⚠️
src/commands/config.command.ts 0.00% 8 Missing ⚠️
src/program.ts 0.00% 2 Missing ⚠️
src/services/directory-factory.service.ts 0.00% 2 Missing ⚠️
src/models/entraIdConfiguration.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #797      +/-   ##
========================================
- Coverage   7.73%   7.72%   -0.02%     
========================================
  Files         68      68              
  Lines       2754    2759       +5     
  Branches     474     475       +1     
========================================
  Hits         213     213              
- Misses      2526    2531       +5     
  Partials      15      15              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

github-actions bot commented Jun 18, 2025

Logo
Checkmarx One – Scan Summary & Detailsaed65767-b10f-45ff-a9a1-d84d85d09fdf

New Issues (3)

Checkmarx found the following issues in this Pull Request

Severity Issue Source File / Package Checkmarx Insight
MEDIUM CVE-2025-6555 Npm-electron-34.1.1
detailsDescription: Use after free in Animation in Google Chrome prior to 138.0.7204.49 allowed a remote attacker to potentially exploit heap corruption via a crafted ...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: ew7j3mGJ%2BoD3RQC8I41WUY%2BMhZX4lKYxc2K3Y%2FdwW98%3D
Vulnerable Package
MEDIUM CVE-2025-6556 Npm-electron-34.1.1
detailsDescription: Insufficient policy enforcement in Loader in Google Chrome prior to 138.0.7204.49 allowed a remote attacker to bypass content security policy via a...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: gZHclUjWvhhiD3NyAQUHo5XHfop%2FtUIYeuOn0euDdE8%3D
Vulnerable Package
MEDIUM CVE-2025-6557 Npm-electron-34.1.1
detailsDescription: Insufficient data validation in DevTools in Google Chrome on Windows prior to 138.0.7204.49 allowed a remote attacker who convinced a user to engag...
Attack Vector: NETWORK
Attack Complexity: LOW

ID: 2lxSVXxsFPnhrxiSGmhwZzuTB4fEwZGewsLDK0EytSA%3D
Vulnerable Package

@jrmccannon jrmccannon requested a review from eliykat June 18, 2025 20:16
Copy link
Contributor

@BTreston BTreston left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 comment, otherwise looks good

const azureConfig = config as AzureConfiguration;
await this.setAzureKey(azureConfig.key);
case DirectoryType.EntraID: {
const azureConfig = config as EntraIdConfiguration;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should probably be renamed:

Suggested change
const azureConfig = config as EntraIdConfiguration;
const entraIdConfig = config as EntraIdConfiguration;

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One always sneaks through

@jrmccannon jrmccannon force-pushed the jmccannon/ac/pm-21187-entraid branch from 788d035 to 97e7b95 Compare June 23, 2025 20:23
@jrmccannon jrmccannon requested a review from BTreston June 23, 2025 20:24
BTreston
BTreston previously approved these changes Jun 23, 2025
@eliykat
Copy link
Member

eliykat commented Jun 24, 2025

When QA test this, please get ask them to test the upgrade path to ensure that the Azure/Entra config and key aren't lost when upgrading between versions.

@jrmccannon jrmccannon requested review from eliykat and BTreston June 24, 2025 16:28
@jrmccannon jrmccannon requested a review from eliykat June 25, 2025 14:00
Copy link

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.

3 participants