hi
I see, I will open a fix PR.
hi
The ABP's identity module will exist in the API project.
https://auth0.com/blog/exploring-auth0-aspnet-core-authentication-sdk/
Auth0
Web API
"RedirectAllowedUrls": "https://*.ccalp.net,https://ccalp.net,https://app-compucare-api.azurewebsites.net, https://{{tenantName}}.ccalp.net/",
hi
Yes, the wildcard is {{tenantName}}
https://{{tenantName}}.ccalp.net/
hi
Thanks, I will check this case.
hi
[ERR] Invalid RedirectUrl: https://stoneledge.ccalp.net/account/login, Use AppUrlProvider to configure it!
services.Configure<AppUrlOptions>(options =>
{
options.RedirectAllowedUrls.Add("https://{{tenantName}}.ccalp.net/");
}
hi
You can try to replace AddOpenIdConnect with auth0 in the MVC project. It's simple.
let a single identity potentially have access to multiple tenants, as that's something very common in our industry.
You can change the current to access the data in other tenants.
https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
hi
Can you share a gif? Thanks.
hi
You can change CookieRequestCultureProvider.DefaultCookieName to your cookies name.
https://gist.github.com/maliming/b1ea80d68982a5b7064d7df6bafa89f5
hi
Migrating from IdentityServer to OpenIddict Step by Step Guide
https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step