摘要: @@set RoutePrefix after swagger/ui/abp.swagger.js 404 Swagger UI show 404 error when I deploy it on IIS 1 I have an asp.net core application with vue. 阅读全文
posted @ 2023-05-15 10:29 dreamw 阅读(102) 评论(0) 推荐(0)
摘要: @@OpenIddict token expiration https://nwb.one/blog/openid-connect-dotnet-5 在 .NET 5 中使用 OpenIddict 设置令牌身份验证 什么是 OpenIddict? OpenIddict 是 OpenID Connec 阅读全文
posted @ 2023-05-15 10:07 dreamw 阅读(366) 评论(0) 推荐(0)
摘要: @@openid 自定义claim@@custom claims@@openiddict custom claimshttps://stackoverflow.com/questions/38060192/asp-core-add-custom-claim-to-auth-token#ASP Cor 阅读全文
posted @ 2023-05-15 09:58 dreamw 阅读(209) 评论(0) 推荐(0)
摘要: How can I add custom claims to be returned when requesting a token using OpenIddict? Report this ad 4 I'm building ASP.NET Core 1.1 app (cross platfor 阅读全文
posted @ 2023-05-15 09:43 dreamw 阅读(83) 评论(0) 推荐(0)
摘要: 多条件查询--使用dapper命令参数动态拼接出最安全的sql语句 publicList<MSys_Admin>GetAdminList(MSys_Admin model) { string sqlText ="select count(1) from Sys_Admin where 1=1"; v 阅读全文
posted @ 2023-05-15 09:06 dreamw 阅读(197) 评论(0) 推荐(0)