Skip to content

Commit cbd368b

Browse files
committed
Merge branch 'custom-loopback-client' of https://github.com/AzureAD/microsoft-authentication-library-for-js into custom-loopback-client
2 parents f617b2e + 16daeec commit cbd368b

File tree

143 files changed

+2343
-876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+2343
-876
lines changed

.github/workflows/msal-node-e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
node: [ 14, 16, 18 ]
3636
sample:
3737
- 'auth-code'
38+
- 'client-credentials'
3839
- 'device-code'
3940
- 'silent-flow'
4041
- 'b2c-user-flows'
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Update ProtectedResourceScopes type to allow unprotected resource for concrete request type (#5563)",
4+
"packageName": "@azure/msal-angular",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "Add JS Queue Measurements to acquireTokenSilent #5352",
4+
"packageName": "@azure/msal-browser",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Removed tokenQueryParameters from Public Client flows because they don't use the /token endpoint. #5573",
4+
"packageName": "@azure/msal-browser",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Export browser telemetry classes #5641",
4+
"packageName": "@azure/msal-browser",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "proxyUrl is now passed to msal-node's httpClient via it's constructor #5599",
4+
"packageName": "@azure/msal-browser",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Revert typo changes #5582",
4+
"packageName": "@azure/msal-browser",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

change/@azure-msal-common-24f25ccd-58e5-44f7-a01e-a27ccb39af84.json renamed to change/@azure-msal-common-039bdada-b563-4341-8dcf-d61e014ec27d.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "minor",
3-
"comment": "Adding page visibility change event for silent calls like AcquireTokenSilent #5555",
3+
"comment": "Track manually completed sub-measurements #5614",
44
"packageName": "@azure/msal-common",
55
"email": "[email protected]",
66
"dependentChangeType": "patch"

change/@azure-msal-common-0ca8815c-4766-49e5-a7ae-8ca348f01e9a.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "tokenQueryParameters are now sent to the /token endpoint for all Confidential Client flows #5573",
4+
"packageName": "@azure/msal-common",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)