踩坑,做筆記:
查看 項目名.STS.Identity 下的日志
這是我以前學習 Asp.Net Core 身份認證 (openid connect)項目中寫的備注。
b站教程【 https://www.bilibili.com/video/BV16b411k7yM】
理解 claim https://www.cnblogs.com/savorboard/p/aspnetcore-identity.html
確保 錯誤日志信息中 AllowedRedirectUris 與 Invalid redirect_uri 一致
修改 Skoruba IdentityServer4 項目中的相關信息
1. 修改 3個 網站中的 appsettings.json ,例如 :IdentityServerBaseUrl ,IdentityAdminRedirectUri ,ApiBaseUrl等地址。
2. 我修改數據庫中 重定向地址就好了
2.swagger authorization code auth errortypeerror: failed to fetch
登錄到 客戶端管理界面
修改這里的跨域來源