hi
Yes, You need to overwrite it when it is to be used.
Login. Logout.Challenge
Thanks.
hi
You need to overwrite it when it is to be used.
You can output more logs in the Logout method for troubleshooting.
Thanks.
hi
Please share your code. I need to make sure the code is the same.
Thanks.
hi
I checked, There is no problem with https://github.com/maliming/CDP-Base-Zero-13.0.0/
Can you share the full code of your AccountController
?
liming.ma@volosoft.com
Thanks.
hi
I will check the https://github.com/maliming/CDP-Base-Zero-13.0.0/ project with the tenant again
Thanks.,
hi
Can you reproduce the above case and share the Logs.txt
file?
liming.ma@volosoft.com
Thanks.
hi
I login with a tenant with auth0 provider and in the same browser I login with different tenant with auth0 provider but with different set of keys. Then I logout the first tenant it redirected to the wrong auth0 domain but the redirect URL in the URL is correct.
What is your app domain?
Is it localhost
?
hi
But when I am using the base code and add that https redirect code in auth configure it works, but not with the custom code in MyOpenIdChallengeResult.cs why is it so?
I don't understand what you mean.
What is your current code for MyOpenIdChallengeResult
?
What do you mean not work?
Also right now internally on nginx our application runs on http will the fix shared by you will disturb this setting?
No.
hi
FYI - our application is running on linux server over nginx
You can add a middleware code.
https://github.com/maliming/CDP-Base-Zero-13.0.0/commit/5152c06f8459c96cbd2b416f02fc910a22a80843
app.Use((ctx, next) =>
{
ctx.Request.Scheme = "https";
return next();
});