[patch][eng]: Update submodule to latest version - #3029
Conversation
| @@ -1 +1 @@ | |||
| Subproject commit 6c4d155c98bfc0553482e6684ebdc16a86201314 | |||
There was a problem hiding this comment.
This pull request does not update CHANGELOG.md.
Please consider if this change would be noticeable to a partner or user and either update CHANGELOG.md or resolve this conversation.
There was a problem hiding this comment.
Pull request overview
This PR updates the MSAL/IdentityCore git submodule pointer to bring in a newer revision of the IdentityCore dependency (AzureAD/microsoft-authentication-library-common-for-objc), updating what code MSAL consumes from the shared common library.
Changes:
- Bump
MSAL/IdentityCoresubmodule from6c4d155c98bfc0553482e6684ebdc16a86201314toaca95b2137d26f21cc36bbd1d144a1ee60671571.
| @@ -1 +1 @@ | |||
| Subproject commit 6c4d155c98bfc0553482e6684ebdc16a86201314 | |||
| Subproject commit aca95b2137d26f21cc36bbd1d144a1ee60671571 | |||
There was a problem hiding this comment.
This range also ships MSIDBoundTokenProvider, but acquireBoundTokenWithRequest: only returns metadata JSON with error == nil; it never redeems or obtains a token. The silent-routing follow-up is still open (CommonCore #1875), and interactive acquisition remains stubbed, so a OneAuth caller can treat an unusable non-token payload as successful authentication. Please keep this provider out of the MSAL pointer, gate it, or return an explicit unsupported error until the real flow lands.
| @@ -1 +1 @@ | |||
| Subproject commit 6c4d155c98bfc0553482e6684ebdc16a86201314 | |||
| Subproject commit aca95b2137d26f21cc36bbd1d144a1ee60671571 | |||
There was a problem hiding this comment.
aca95b2 is only on jarias/mobile-onboarding-in-progress-session-fixes; it is not an ancestor of CommonCore dev, which also explains the failing submodule policy check. Merging this would pin MSAL to an unmerged feature-branch commit that can become orphaned and is outside the approved dependency line. Please land the CommonCore changes first, then repoint this gitlink to the resulting dev commit.
PR Checklist (must be completed before review)
Proposed changes
This pull request updates the
MSAL/IdentityCoresubmodule to a newer commit. This change brings in the latest updates from theIdentityCoredependency, which may include bug fixes, improvements, or new features.Type of change
Risk
Additional information