gpt4 book ai didi

azure-ad-b2c - 使用 msal 连接到 Azure B2C - 状态参数

转载 作者:行者123 更新时间:2023-12-02 01:09:31 26 4
gpt4 key购买 nike

我使用的样本来自:https://github.com/Azure-Samples/active-directory-b2c-javascript-msal-singlepageapp作为实现 B2C 注册的基础。

如何在示例中传递 state 参数?我看到有一个关于状态的问题,所以我想可以在示例中使用状态。但是,我无法弄清楚如何使用它以及在返回 token 后如何检索它。

最佳答案

在审查 source code for MSAL.js ,我不明白你如何控制state的值. AuthenticationRequestParameters未暴露且值stateAuthenticationRequestParameters 时设置为新的 guid是 constructed .

示例 :

在以下 MSAL.js 代码中,我们无法控制 authenticationRequest多变的。

loginRedirect(scopes? : Array<string> , extraQueryParameters? : string): void {
...

this.authorityInstance.ResolveEndpointsAsync()
.then(() => {
const authenticationRequest = new AuthenticationRequestParameters(this.authorityInstance, this.clientId, scopes, ResponseTypes.id_token, this._redirectUri);
...
});
...
}

关于azure-ad-b2c - 使用 msal 连接到 Azure B2C - 状态参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45705403/

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