#56 配置问题 #55 枚举问题 已PR

This commit is contained in:
igeekfan
2023-08-02 22:25:13 +08:00
parent fb383e2c3c
commit 17ee580d85
6 changed files with 10 additions and 11 deletions

View File

@ -39,7 +39,7 @@ namespace OAuth2Integration
.AddCookie()
.AddIdentityServerAuthentication(c =>
{
c.Authority = "http://localhost:55202/auth-server/";
c.Authority = "http://localhost:5000/auth-server/";
c.RequireHttpsMetadata = false;
c.ApiName = "api";
});