hi
When we click on the I forgot my password link, a password reset link is sent as an e-mail.
What is the forgot password page? angular or mvc?
Can you share the code of Configure<AppUrlOptions> in your project?
You should set the PasswordReset to account/reset-password
Configure<AppUrlOptions>(options =>
{
options.Applications["MVC"].RootUrl = configuration["App:SelfUrl"];
options.RedirectAllowedUrls.AddRange(configuration["App:RedirectAllowedUrls"]?.Split(',') ?? Array.Empty<string>());
options.Applications["Angular"].RootUrl = configuration["App:AngularUrl"];
options.Applications["Angular"].Urls[AccountUrlNames.PasswordReset] = "account/reset-password";
options.Applications["Angular"].Urls[AccountUrlNames.EmailConfirmation] = "account/email-confirmation";
});
I logged in into tenant with user. Navigated to Account/manage and there I go to Personal information.
The Account/manage page is mvc or angular?
hi
The backend error is System.OperationCanceledException: The operation was canceled.
Which means the browser cancels the request.
Does your angular app use https? is the https certificate valid?
https://localhost:4200/
hi
Please share the logs.txt of https://auth.yourwebsite.com during the Steps to reproduce
liming.ma@volosoft.com
Thanks.
hi
Can you try to get an access token and share the Logs.txt?
also share an access token value.
Thanks
liming.ma@volosoft.com
hi
You can redirect the user to the logout endpoint if it is public in middleware.
hi
I will ask our suite team. we will reply you asap
We also use auth-server.pfx not openiddict.pfx. But there is some confusion. Is that can cause the issue?
What do you mean by this? Please share your code or screenshots.
Hi
There is not project creation count limited. So you can create a new project and copy the code then delete the project.
hi
You can create a new paid template project and copy the code from appsettings.secrets.json