Skip to content

Move nagivateToLoginRequestUrl out of Configuration #7855

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

Merged
merged 30 commits into from
Jun 25, 2025

Conversation

hectormmg
Copy link
Member

@hectormmg hectormmg commented Jun 19, 2025

Moves navigateToLoginRequestUrl out of Configuration.BrowserAuthOptions and into RedirectRequest and as an optional parameter in handleRedirectPromise.

hectormmg and others added 14 commits June 5, 2025 13:11
- Suppress false-positive CodeQL finding in NavigationClient
Updates the remove access token cache logic to perform its steps
synchronously. This is a pre-requisite for additional work to handle
cache quota errors in the near future. This requires pushing the POP key
removal (which is asynchronous) to the background, we will track
failures around this in telemetry instead of throwing an error
developers can't resolve anyway.
This PR contains the changelogs and version bumps for the MSAL.js 3P
releases.

Co-authored-by: MSAL.js Release Automation <msaljsbuilds@microsoft.com>
Co-authored-by: Sameera Gajjarapu <sameera.gajjarapu@microsoft.com>
1. Updated all msal-node samples to use dotenv 16.5.0

2. Moved dotenv from devDependencies to dependencies in several samples.
This change reflects that dotenv is a runtime requirement for these
samples since they need to load environment variables during actual
execution, not just during development.

3. Run `npm i` in each directory to update package-lock.json files

4. Merged in child: #7824
…Machine Learning Managed Identity (#7616)

Fixes
#7609

If the Machine Learning System Assigned Managed Identity is being used,
the "clientid" request parameter will be set to the
DEFAULT_IDENTITY_CLIENT_ID environment variable instead of being omitted
in the network request.

I manually tested this on two different AML clusters - one with SAMI
enabled and the other with UAMI enabled.
@github-actions github-actions bot added the documentation Related to documentation. label Jun 19, 2025
@hectormmg hectormmg enabled auto-merge (squash) June 19, 2025 21:51
tnorling
tnorling previously approved these changes Jun 24, 2025
Co-authored-by: Thomas Norling <thomas.norling@microsoft.com>
@hectormmg hectormmg requested review from tnorling and sameerag June 24, 2025 19:52
tnorling
tnorling previously approved these changes Jun 24, 2025
sameerag
sameerag previously approved these changes Jun 24, 2025
@hectormmg hectormmg dismissed stale reviews from tnorling and sameerag via 8f0f1c1 June 24, 2025 21:13
@github-actions github-actions bot added the msal-angular Related to @azure/msal-angular package label Jun 24, 2025
@hectormmg hectormmg requested review from tnorling and sameerag June 25, 2025 19:32
@hectormmg hectormmg merged commit da8782a into msal-v5 Jun 25, 2025
7 checks passed
@hectormmg hectormmg deleted the navigate-to-login branch June 25, 2025 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Related to documentation. msal-angular Related to @azure/msal-angular package msal-browser Related to msal-browser package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants