Skip to content

Commit

Permalink
Merge branch 'angular18-sample' of https://github.com/AzureAD/microso…
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-arroyo committed May 10, 2024
2 parents f2e3e03 + 6bde892 commit 1c47e34
Show file tree
Hide file tree
Showing 77 changed files with 1,624 additions and 812 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msal-node-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [16, 18, 20, 22]
sample:
- "auth-code"
- "auth-code-cli-app"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 21 additions & 0 deletions extensions/msal-node-extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-node-extensions",
"entries": [
{
"date": "Mon, 06 May 2024 23:48:17 GMT",
"version": "1.0.16",
"tag": "@azure/msal-node-extensions_v1.0.16",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump @azure/msal-common to v14.10.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-node-extensions",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 11 Apr 2024 21:46:57 GMT",
"version": "1.0.15",
Expand Down
11 changes: 10 additions & 1 deletion extensions/msal-node-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @azure/msal-node-extensions

This log was last generated on Thu, 11 Apr 2024 21:46:57 GMT and should not be manually modified.
This log was last generated on Mon, 06 May 2024 23:48:17 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.16

Mon, 06 May 2024 23:48:17 GMT

### Patches

- Bump @azure/msal-common to v14.10.0
- Bump eslint-config-msal to v0.0.0

## 1.0.15

Thu, 11 Apr 2024 21:46:57 GMT
Expand Down
4 changes: 2 additions & 2 deletions extensions/msal-node-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-node-extensions",
"version": "1.0.15",
"version": "1.0.16",
"repository": {
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
Expand Down Expand Up @@ -58,7 +58,7 @@
]
},
"dependencies": {
"@azure/msal-common": "14.9.0",
"@azure/msal-common": "14.10.0",
"@azure/msal-node-runtime": "^0.13.6-alpha.0",
"keytar": "^7.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/msal-node-extensions/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-node-extensions";
export const version = "1.0.15";
export const version = "1.0.16";
21 changes: 21 additions & 0 deletions lib/msal-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@azure/msal-angular",
"entries": [
{
"date": "Mon, 06 May 2024 23:48:17 GMT",
"version": "3.0.17",
"tag": "@azure/msal-angular_v3.0.17",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump @azure/msal-browser to v3.14.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-angular",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 11 Apr 2024 21:46:57 GMT",
"version": "3.0.16",
Expand Down
11 changes: 10 additions & 1 deletion lib/msal-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @azure/msal-angular

This log was last generated on Thu, 11 Apr 2024 21:46:57 GMT and should not be manually modified.
This log was last generated on Mon, 06 May 2024 23:48:17 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.17

Mon, 06 May 2024 23:48:17 GMT

### Patches

- Bump @azure/msal-browser to v3.14.0
- Bump eslint-config-msal to v0.0.0

## 3.0.16

Thu, 11 Apr 2024 21:46:57 GMT
Expand Down
6 changes: 3 additions & 3 deletions lib/msal-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/msal-angular",
"version": "3.0.16",
"version": "3.0.17",
"author": {
"name": "Microsoft",
"email": "nugetaad@microsoft.com",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@angular/platform-browser": "^15.1.4",
"@angular/platform-browser-dynamic": "^15.1.4",
"@angular/router": "^15.1.4",
"@azure/msal-browser": "^3.13.0",
"@azure/msal-browser": "^3.14.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
Expand All @@ -71,7 +71,7 @@
"zone.js": "~0.11.8"
},
"peerDependencies": {
"@azure/msal-browser": "^3.13.0",
"@azure/msal-browser": "^3.14.0",
"rxjs": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion lib/msal-angular/src/packageMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* eslint-disable header/header */
export const name = "@azure/msal-angular";
export const version = "3.0.16";
export const version = "3.0.17";
71 changes: 71 additions & 0 deletions lib/msal-browser/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,77 @@
{
"name": "@azure/msal-browser",
"entries": [
{
"date": "Mon, 06 May 2024 23:48:17 GMT",
"version": "3.14.0",
"tag": "@azure/msal-browser_v3.14.0",
"comments": {
"minor": [
{
"author": "kshabelko@microsoft.com",
"package": "@azure/msal-browser",
"commit": "e5fa16efec03ddf9ee66ebac83b8a958e5b4a384",
"comment": "Instrument scenario id for tracking custom user prompts #7043"
},
{
"author": "kshabelko@microsoft.com",
"package": "@azure/msal-browser",
"commit": "e5fa16efec03ddf9ee66ebac83b8a958e5b4a384",
"comment": "Discard empty redirect telemetry events with no error codes #7058"
},
{
"author": "kshabelko@microsoft.com",
"package": "@azure/msal-browser",
"commit": "e5fa16efec03ddf9ee66ebac83b8a958e5b4a384",
"comment": "Export invoke and invokeAsync functions #7065"
},
{
"author": "kshabelko@microsoft.com",
"package": "@azure/msal-browser",
"commit": "e5fa16efec03ddf9ee66ebac83b8a958e5b4a384",
"comment": "Instrument account type #7049"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump @azure/msal-common to v14.10.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump eslint-config-msal to v0.0.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@azure/msal-browser",
"comment": "Bump msal-test-utils to v0.0.1",
"commit": "not available"
}
],
"patch": [
{
"author": "dasau@microsoft.com",
"package": "@azure/msal-browser",
"commit": "e5fa16efec03ddf9ee66ebac83b8a958e5b4a384",
"comment": "Add getAccount API to IPublicClientApplication (#7019)"
},
{
"author": "thomas.norling@microsoft.com",
"package": "@azure/msal-browser",
"commit": "e5fa16efec03ddf9ee66ebac83b8a958e5b4a384",
"comment": "Fix uncaught exceptions in acquireTokenSilent #7073"
},
{
"author": "dasau@microsoft.com",
"package": "@azure/msal-browser",
"commit": "e5fa16efec03ddf9ee66ebac83b8a958e5b4a384",
"comment": "Add additional logging for Nested App Auth initialization errors (#7064)"
}
]
}
},
{
"date": "Thu, 11 Apr 2024 21:46:57 GMT",
"version": "3.13.0",
Expand Down
22 changes: 21 additions & 1 deletion lib/msal-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
# Change Log - @azure/msal-browser

This log was last generated on Thu, 11 Apr 2024 21:46:57 GMT and should not be manually modified.
This log was last generated on Mon, 06 May 2024 23:48:17 GMT and should not be manually modified.

<!-- Start content -->

## 3.14.0

Mon, 06 May 2024 23:48:17 GMT

### Minor changes

- Instrument scenario id for tracking custom user prompts #7043 (kshabelko@microsoft.com)
- Discard empty redirect telemetry events with no error codes #7058 (kshabelko@microsoft.com)
- Export invoke and invokeAsync functions #7065 (kshabelko@microsoft.com)
- Instrument account type #7049 (kshabelko@microsoft.com)
- Bump @azure/msal-common to v14.10.0
- Bump eslint-config-msal to v0.0.0
- Bump msal-test-utils to v0.0.1

### Patches

- Add getAccount API to IPublicClientApplication (#7019) (dasau@microsoft.com)
- Fix uncaught exceptions in acquireTokenSilent #7073 (thomas.norling@microsoft.com)
- Add additional logging for Nested App Auth initialization errors (#7064) (dasau@microsoft.com)

## 3.13.0

Thu, 11 Apr 2024 21:46:57 GMT
Expand Down
4 changes: 2 additions & 2 deletions lib/msal-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "3.13.0",
"version": "3.14.0",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down Expand Up @@ -101,6 +101,6 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@azure/msal-common": "14.9.0"
"@azure/msal-common": "14.10.0"
}
}
5 changes: 1 addition & 4 deletions lib/msal-browser/src/controllers/ControllerFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ export async function createController(

await Promise.all(operatingContexts);

if (
teamsApp.isAvailable() &&
teamsApp.getConfig().auth.supportsNestedAppAuth
) {
if (teamsApp.isAvailable()) {
const controller = await import("./NestedAppAuthController");
return controller.NestedAppAuthController.createController(teamsApp);
} else if (standard.isAvailable()) {
Expand Down
Loading

0 comments on commit 1c47e34

Please sign in to comment.