[minor][feature]: add Bleu cloud#1726
Open
hieunguyenmsft wants to merge 1 commit into
Open
Conversation
| @@ -40,8 +40,9 @@ | |||
| s_trustedHostList = [NSSet setWithObjects:MSIDTrustedAuthority, | |||
| MSIDTrustedAuthorityUS, | |||
| MSIDTrustedAuthorityChina, | |||
There was a problem hiding this comment.
This pull request does not update changelog.txt.
Please consider if this change would be noticeable to a partner or user and either update changelog.txt or resolve this conversation.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds support for an additional Azure AD authority host (“Bleu”/France sovereign cloud) by introducing a new trusted authority constant and including it in the trusted-host allowlist used for authority validation.
Changes:
- Add
MSIDTrustedAuthorityFranceconstant (login.sovcloud-identity.fr). - Expose the new constant in
MSIDConstants.h. - Include the new host in
MSIDAADNetworkConfiguration’ss_trustedHostListallowlist.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
IdentityCore/src/MSIDConstants.m |
Defines the new trusted authority host constant. |
IdentityCore/src/MSIDConstants.h |
Declares the new constant for use across the library. |
IdentityCore/src/MSIDAADNetworkConfiguration.m |
Adds the new host to the trusted host allowlist used by authority “known host” checks. |
You can also share your feedback on Copilot code review. Take the survey.
Comment on lines
40
to
48
| s_trustedHostList = [NSSet setWithObjects:MSIDTrustedAuthority, | ||
| MSIDTrustedAuthorityUS, | ||
| MSIDTrustedAuthorityChina, | ||
| MSIDTrustedAuthorityChina2, | ||
| MSIDTrustedAuthorityGermany, | ||
| MSIDTrustedAuthorityFrance, | ||
| MSIDTrustedAuthorityWorldWide, | ||
| MSIDTrustedAuthorityUSGovernment, | ||
| MSIDTrustedAuthorityCloudGovApi, nil]; |
gagandeepghai
approved these changes
Mar 16, 2026
sidudiki
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Title Format
Required Format:
[Keyword1] [Keyword2]: Descriptionmajor,minor, orpatch(case-insensitive)feature,bugfix,engg, ortests(case-insensitive)Examples:
[MAJOR] [Feature]: new API[minor] [bugfix]: fix crash[PATCH][tests]:add coverageProposed changes
Describe what this PR is trying to do.
Type of change
Risk
Additional information