gpt4 book ai didi

asp.net - OpenIdConnect 错误 - 租户标识符可能不是空的 GUID

转载 作者:行者123 更新时间:2023-12-01 00:32:52 25 4
gpt4 key购买 nike

我正在尝试使用 OWIN Open ID Connect 中间件将我的 ASP.NET 应用程序的身份验证外包给 Azure Active Directory。应用程序在访问需要授权的页面时成功重定向到 Azure AD 登录页面。但是,在登录 Azure AD 时,我遇到以下错误:

AADSTS90002:请求的租户标识符“00000000-0000-0000-0000-000000000000”无效。租户标识符不能是空的 GUID。

这是给 UseOpenIdConnectAuthentication 的电话.包含在授权 URL 中的租户是 f82d0e29-6018-43c6-b806-1f46a009ff4a。那么为什么 Azure AD 认为我为租户传递了一个空的 GUID?

app.UseOpenIdConnectAuthentication(new OpenIdConnectAuthenticationOptions
{
AuthenticationType = "AzureAd",
Caption = "Office 365",
Scope = "openid email profile",
ClientId = "e34401b2-6a9f-4547-9229-f0d93a33b1a1",
Authority = "https://login.windows.net/f82d0e29-6018-43c6-b806-1f46a009ff4a/",
PostLogoutRedirectUri = "http://localhost:44333",
RedirectUri = "http://localhost:44333",
AuthenticationMode = AuthenticationMode.Passive,
SignInAsAuthenticationType = signInAsType
});

最佳答案

现在 AAD 中可能存在错误。另一个线程也与这个线程同时启动:Empty GUID error when using Azure AD consent flow - 根据一项评论,AAD 团队已经意识到并正在调查此事。

更新:

有关完整的诊断和解决方案,请参阅我对这个问题的版本:

Azure Active Directory passing empty GUID for tenantId with default template

关于asp.net - OpenIdConnect 错误 - 租户标识符可能不是空的 GUID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43377553/

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