Skip to content

Commit 16ebc59

Browse files
committed
docs: update description & add changeset
1 parent aa1c8a3 commit 16ebc59

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/dry-cycles-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@intility/vite-plugin-msal": minor
3+
---
4+
5+
initial support for redirect bridge and COOP headers

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929

3030
### Redirect Bridge
3131

32-
This plugin automatically emits a redirect bridge described in , which is bundled with vite and your installed version of `@azure/msal-browser`.
32+
This plugin automatically emits a redirect bridge described in [Login User / RedirectUri Considerations](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/login-user.md#redirecturi-considerations) and the [v4 -> v5 Migration guide](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v4-migration.md#cross-origin-opener-policy-coop-support), which is bundled with vite and your installed version of `@azure/msal-browser`.
3333

3434
If you haven't had a redirect bridge earlier, remember to update your redirect URIs in Entra ID.
3535

0 commit comments

Comments
 (0)