Hi Markus. I interact with the SSO, return and it has its refresh token, it allows you to then get the user data with that which I use to make or check member in Umbraco.
All good.
As I mentioned when this is fired:
_memberSignInManager.SignInAsync(memberIdentity, true);
It simply does not login.
On the staging environment and localhost everything is all good.
Other then no code which checks isAuthenticated working of course on the site the two cookies that exist are not created.
.AspNetCore.Antiforgery
And
.AspNetCore.Identity.Application