Skip to content
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

Ensure Entra tenant ID is formatted consistently in helper function #684

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

encimita
Copy link
Contributor

@encimita encimita commented Mar 4, 2024

Summary

The Entra tenant ID returned from the System Application module is picked from a server setting, and is then immediately returned to the caller. There is no validation on its format.
For backwards compatibility, this will still be the case, but if the setting is a GUID (which should be the case in most supported cases), it will be formatted consistently. This makes our code using this function more robust.

Work Item(s)

Fixes AB#504179

@encimita encimita requested a review from a team as a code owner March 4, 2024 15:31
@github-actions github-actions bot added this to the Version 25.0 milestone Mar 4, 2024
@encimita encimita merged commit cd79101 into main Apr 24, 2024
26 checks passed
@encimita encimita deleted the private/encimita/tenant-id-formatting branch April 24, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants