hi
You can change the GUID way based on your actually case.
There are no restrictions.
hi
You can create a new template project that includes React and then change the environment in React.
There is no built-in command to do this.
hi
2023-11-13 11:06:04.944 +08:00 [INF] Antiforgery token validation failed. The provided antiforgery token was meant for a different claims-based user than the current user. 2023-11-13 11:06:04.949 +08:00 [INF] Executing StatusCodeResult, setting HTTP status code 400
This error has nothing to do with openiddict.
This is usually a problem with cookies. Please check the message from the browser console. Or try to use https
hi
You can add the external/social login to your startup project.
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/social/?view=aspnetcore-7.0&tabs=visual-studio
hi Noura
It seems you are using the IdentityServer4 as your authserver. right?
We are not using IdentityServer4 anymore. Can you share a minimal project that can reproduce the problem?
Thanks
liming.ma@volosoft.com
hi
Configure the oAuthConfig in the Environment.js of the React app.
Configure the URLs in the appsettings.json of the DbMigrator app.
https://docs.abp.io/en/abp/latest/Deployment/Configuring-OpenIddict
hi
if you are using the separate-auth-server option. then the public website is a pure UI project. It has to log in via the main website. Otherwise, you can add the account module to it (Volo.Abp.Account.Pro.Public.Web) and remove the oidc
hi
You just need to add it as an external login. There will be no problem.
hi
The URL in your logs is http
Request starting HTTP/1.1 GET http://ebiz-devapi.hqsoft.vn/connect/authorize?response_t
Please check your Nginx configuration.
You can add a middleware to set the Scheme tohttps in your websites.
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/proxy-load-balancer?view=aspnetcore-7.0#when-it-isnt-possible-to-add-forwarded-headers-and-all-requests-are-secure