gpt4 book ai didi

javascript - 如何将 MSAL(用于 js 的 Microsoft 身份验证库)正确导入并使用到 javascript(非 typescript ) react 单页应用程序中?

转载 作者:行者123 更新时间:2023-11-28 04:21:38 26 4
gpt4 key购买 nike

我尝试将 Msal 导入到 ReactJS 应用程序中。由于该应用程序是由 create-react-app 创建的,因此我们项目本身没有 webpack 加载器。我找不到 Msal 的引用资料。尝试过:

var Msal = require('msal/out/msal.js');
var Msal = require('msal');
import Msal from 'msal';
import {Msal} from 'msal';

总是有一个空的 Msal,没有用于创建连接器的构造函数。

var userAgentApplication = new **Msal**.UserAgentApplication("your_client_id", null, function (errorDes, token, error, tokenType) {
// this callback is called after loginRedirect OR acquireTokenRedirect (not used for loginPopup/aquireTokenPopup)
})

最佳答案

msal 0.1.3 可以导入 - 请参阅 https://github.com/sunilbandla/vue-msal-sample

关于javascript - 如何将 MSAL(用于 js 的 Microsoft 身份验证库)正确导入并使用到 javascript(非 typescript ) react 单页应用程序中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45382879/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com