IdentityServer4:“Bearer”未经过身份验证

时间:2018-03-22 11:04:10

标签: jwt identityserver4 bearer-token

我在一个项目中有一个IdentityServer4的示例解决方案,在一个单独的项目中有一个API。我正在使用aspnet Identity和实体框架,一切正常,但我有一个问题。

当我在API日志中运行这两个项目时,我有这个条目(在调用任何API函数之前):

2018-04-12 10:54:36.284 +01:00 [Debug] AuthenticationScheme: "Bearer" was not authenticated.

然后我调用了我的API,看起来确认一切正常:

2018-04-12 10:55:01.458 +01:00 [Information] Successfully validated the token.

2018-04-12 10:55:01.470 +01:00 [Information] AuthenticationScheme: "BearerIdentityServerAuthenticationJwt" was successfully authenticated.

2018-04-12 10:55:01.477 +01:00 [Information] AuthenticationScheme: "Bearer" was successfully authenticated.

2018-04-12 10:55:01.577 +01:00 [信息] AuthenticationScheme:“Bearer”已成功通过验证。

所以只是想知道第一个日志条目实际意味着什么以及我需要做些什么来解决它?

0 个答案:

没有答案