Just want to provide you more information of the cookie of both site with the same source code but deployed in two different models, error site on docker and good site is directly on nginx:
Here is the cookie of the error site hosted on docker:
Here is the cookie of running ok site hosted directly on nginx:
Thank you EngincanV so much, the configuration as you suggested "options.TokenCookie.SecurePolicy = CookieSecurePolicy.Always;" already help me fixed the issue. Thanks, Dharma
Thanks EngincanV, I will check the link you suggested Thanks
I added Async to end of my method name and already resolved my issue. Thanks