Hi support,
When I login into app on desktop browswers there is no problem with the adfs. But, When i login using the mobile client -IPhone or IPad browsers, login fails with no log and just returns to login screen even though the session is valid. fyi.I was able to validate the cookie with the other app.
Can you please help.
Thank you Avi
7 Answer(s)
-
0
from the log: this is the only information i have. Could not get information from external login.
and could be similar to https://support.aspnetzero.com/QA/Questions/4033 Can you please let me know if you see this error.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Found this,@aspnetzero team. Can you look into this? https://github.com/IdentityServer/IdentityServer4/issues/2595
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
https://github.com/aspnet/Announcements/issues/318
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
@ashgadala
I think we need to wait for https://github.com/aspnet/Announcements/issues/318
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
@ismcagdas
Do you recommend adding this to authConfigurerer?
services.ConfigureExternalCookie(options => { // Other options options.Cookie.SameSite = SameSiteMode.None; }); services.ConfigureApplicationCookie(options => { // Other options options.Cookie.SameSite = SameSiteMode.None; });
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
OOk,
Adding the above code solved the problem for me but I think this might have introduced additional security problems.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
@ashgadala, we will work on this issue as well. Thank you for sharing the solution with us.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)