Activities of "maliming"

Can I check it remotely?

You can join zoom and share your screen.

Thanks https://us05web.zoom.us/j/85168939409?pwd=kcvNAdPxtvVlFdbCYgaOA3GTEg4aRE.1

hi

But we can specify an alternate connection string for the tenant upon creation and that works as intended

What do you mean by that? Can you describe it?

Thanks

Even if you use plain asp net core web application you need to solve the HTTPS problem. It has nothing to do with abp.

https://learn.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-8.0&tabs=visual-studio%2Clinux-ubuntu#require-https

I recommend using HTTPS. Otherwise, there may be a lot of related problems. HTTP is also unsafe.

You can get a free HTTPS for your website.

hi

HTTP 400 is about the Openiddict.

[INF] Client validation failed because 'https://esv2-test.azurewebsites.net/signin-oidc' was not a valid redirect_uri for ESv2_BlazorWebAppTiered.
[INF] The authorization request was rejected because the redirect_uri was invalid: 'https://esv2-test.azurewebsites.net/signin-oidc'.

sure. https://github.com/maliming

hi

The tenant data have to be stored in the host db. This is the framework design.

Answer

hi

Yes, the website needs to use HTTPS.

You can choose:

  1. Use HTTPS(recommend)
  2. Change cookie https://learn.microsoft.com/en-us/aspnet/core/security/samesite?view=aspnetcore-8.0

hi

If you search this keyword in your solution globally, You will find some code like:

Configure<AppUrlOptions>(options =>
{
    options.Applications["MVC"].RootUrl = configuration["App:SelfUrl"];
});

We will set the RootUrl of AppUrlOptions based on this property.

: )

Showing 3031 to 3040 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20