Hi
I have shared log information over email please check.
hi
The problem is
Message '{CorrelationCookieName}' cookie not found.
The cookie '{name}' has set 'SameSite=None' and must also set 'Secure'.
by the way, You can check this article https://abp.io/community/articles/patch-for-chrome-login-issue-identityserver4-samesite-cookie-problem-weypwp3n
Hi maliming,
The issue has been resolved; thank you!
Hi,
I wanted to inform you that our microservices are running inside a container and communicate via HTTP. However, the callback URL we provide is formatted as follows:
options.CallbackPath = "/api/oidc/ExternalLoginCallback"
The domain name is automatically picked from the schema settings, resulting in the URL being:
http://{domain}/api/oidc/ExternalLoginCallback
However, the identity provider (IDP) expects the URL to be HTTPS:
https://{domain}/api/oidc/ExternalLoginCallback
Since our microservices are running on HTTP, the schema configuration defaults to the HTTP endpoint. If I forcefully replace HTTP with HTTPS, I encounter a "Correlation failed" error.
You provided a solution, and I would like to know if that will resolve this error, or if we need to implement additional solutions, such as configuring middleware to accept both HTTP and HTTPS requests.
Thank you!
Thanks for update, let me try and get back to you.
Sorry for late reply, I just send logs over email please find.
pls remove above code from chat ; details screen shot have been shared over email, please check.
pls check
deployment is in progress. I will ping you once it done.
details have been shared over email, please check.