hi
Can you share some code or a project to reproduce?
liming.ma@volosoft.com
hi
Steps to reproduce the issue
Can we reproduce this in a new template project?
hi
You can override the Account/ForgotPassword and disable the csrf. But its not recommended,
https://learn.microsoft.com/en-us/aspnet/core/security/anti-request-forgery?view=aspnetcore-7.0#override-global-or-controller-antiforgery-attributes
hi
As per the EF (in general) the update statement should handle the scenario and it should prepare the update statement with update of 2 fields only not for all...
You are using ef core 6.x, have you tried the ef core 7?
hi
You can ignore it now, We will talk with Blazorise.
hi
It has nothing to do with identity server or openiddict.
AzureAD is just an external login of asp net core.
You just need to add it to your auth server project.
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/azure-active-directory/?view=aspnetcore-7.0 https://learn.microsoft.com/en-us/samples/azure-samples/active-directory-aspnetcore-webapp-openidconnect-v2/active-directory-aspnetcore-webapp-openidconnect-v2/ https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/microsoft-logins?view=aspnetcore-7.0
hi
You can implement your basic authentication.
https://www.google.com/search?q=asp+net+core+basic+authentication
https://damienbod.com/2023/01/23/basic-authentication-in-asp-net-core/
hi
I will implement it in the next version. 👍
https://github.com/abpframework/abp/issues/16557
hi
I guess https://github.com/manfredsteyer/angular-oauth2-oidc can do this. I will ask our angular team.