We are using an ASWebAuthenticationSession to authenticate using an already logged in session in Safari.
This works fine on real hardware.
In Simulator from iOS13.5, the callback URL is always missing the session ID which indicates that ASWebAuthenticationSession couldn't access the cookies.
We are not using session cookies.
As documented here: https://developer.apple.com/documentation/authenticationservices/authenticating_a_user_through_a_web_service
Does anyone have any suggestion how to debug this and figure out if the problem is on our side or iOS side?
This works fine on real hardware.
In Simulator from iOS13.5, the callback URL is always missing the session ID which indicates that ASWebAuthenticationSession couldn't access the cookies.
We are not using session cookies.
As documented here: https://developer.apple.com/documentation/authenticationservices/authenticating_a_user_through_a_web_service
Does anyone have any suggestion how to debug this and figure out if the problem is on our side or iOS side?