错误消息IDX20803: Unable to obtain configuration from: '[PII is hidden. For more details, see https://aka.ms/identitymodel/PII.]'表明你的ASP.NET Core应用程序在尝试获取JWT配置时遇到了问题。PII(个人可识别信息)被隐藏以保护隐私,但你可以通过设置IdentityModelEventSource.ShowPII = true;来在开发环境...
IdentityModelEventSource.ShowPII = true; 例外: System.InvalidOperationException: IDX20803: Unable to obtain configuration from: '[PII is hidden]'. at Microsoft.IdentityModel.Protocols.ConfigurationManager`1.GetConfigurationAsync(CancellationToken cancel) at Microsoft.AspNetCore.Authentication.JwtBearer.JwtBear...
我已经使用 OpenID Connect强文本在OKTA 中创建了该应用程序。当我启动应用程序时出现以下错误System.InvalidOperationException: IDX20803: Unable to obtain configuration from: '[PII is hidden]'. Run Code Online (Sandbox Code Playgroud) 当我ping https://domain.okta.com/oauth2/defau/v1/keys时出现以...
IDX20803: Unable to obtain configuration from: '[PII is hidden]'. at Microsoft.IdentityModel.Protocols.ConfigurationManager1.GetConfigurationAsync(CancellationToken cancel) at Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler.HandleAuthenticateAsync() at Microsoft.AspNetCore.Authentication.JwtBearer.Jw...
oauth-2.0 处理消息时出现异常,系统操作无效异常:IDX20803:无法从以下位置获取配置:'[隐藏PII我正在...
IDX20803: Unable to obtain configuration from: '[PII is hidden by default. Set the 'ShowPII' flag in IdentityModelEventSource.cs to true to reveal it.]'. What configuration did I miss? Thanks in advance. All replies (8) Thursday, May 24, 2018 11:52 AM ...
oauth-2.0 处理消息时出现异常,系统操作无效异常:IDX20803:无法从以下位置获取配置:'[隐藏PIIAuth0...
u1@node:~# sudo apt-get install -y mysql-client mysql-server E: 无法获得锁 /var/lib/dpkg/l...
Issue / Steps to reproduce the problem I am using IdentityServer4 along with ASP.NET Identity as an authentication service for my API. Implemented Implicit flow for an Angular Client. API is developed on .NET Core 2.1 uses IdentityServer...
使用 IdentityServer 的项目遭遇错误:"IDX20803: Unable to obtain configuration"将 Startup 中的Add...