I have the sample app from here up and running:
https://docs.microsoft.com/en-us/azure/azure-signalr/signalr-quickstart-azure-functions-javascript
I note that this example uses Twitter as the Authentication Source - I was hoping to use Azure AD instead.
When I use Azure AD, it works well except from a phone running IOS. In this case it seems that the credentials are unavailable in the call to .auth/me .
This seems to line up with the 3 year old problem described here: https://docs.microsoft.com/en-us/answers/questions/365956/sso-in-ios-with-safari-browser.html
Can anyone advise if I have understood the situation correctly, and if so is there any possibility to explicitly set the same site cookie policy via EasyAuth?
Thanks,
David