Skip to content
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

v3 migration docs: CDN Usage for @azure/msal-browser #7153

Closed
dvinci-klfr opened this issue Jun 10, 2024 · 1 comment
Closed

v3 migration docs: CDN Usage for @azure/msal-browser #7153

dvinci-klfr opened this issue Jun 10, 2024 · 1 comment
Labels
documentation Related to documentation. msal-browser Related to msal-browser package public-client Issues regarding PublicClientApplications question Customer is asking for a clarification, use case or information.

Comments

@dvinci-klfr
Copy link

Core Library

MSAL.js (@azure/msal-browser)

Wrapper Library

Not Applicable

Public or Confidential Client?

Public

Documentation Location

https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/cdn-usage.md

Description

In https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/cdn-usage.md there is a hint for using msal-browser in a packed and minified form:

  • Extract lib/msal-browser.js or lib/msal-browser.min.js from the downloaded package and serve it as a static asset with your app or host it on your own CDN

Within the downloaded package form https://github.com/AzureAD/microsoft-authentication-library-for-js/releases/tag/msal-browser-v3.16.0 -> https://github.com/AzureAD/microsoft-authentication-library-for-js/archive/refs/tags/msal-browser-v3.16.0.zip there are no such files.

I would either expext the file to be present in the ZIP, or a more detailed documention how to get them.

@dvinci-klfr dvinci-klfr added documentation Related to documentation. question Customer is asking for a clarification, use case or information. labels Jun 10, 2024
@github-actions github-actions bot added msal-browser Related to msal-browser package public-client Issues regarding PublicClientApplications labels Jun 10, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Attention 👋 Awaiting response from the MSAL.js team label Jun 10, 2024
@tnorling
Copy link
Collaborator

NOTE: Starting from MSAL.js v3 msal-browser is no longer hosted on the CDN. If you consume msal-browser from the CDN you will need to download msal-browser from npm

https://www.npmjs.com/package/@azure/msal-browser?activeTab=code

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs: Attention 👋 Awaiting response from the MSAL.js team label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Related to documentation. msal-browser Related to msal-browser package public-client Issues regarding PublicClientApplications question Customer is asking for a clarification, use case or information.
Projects
None yet
Development

No branches or pull requests

2 participants