We've noticed that under iOS 17.1 we get different behaviour with Sign-In with Apple.
We have implemented the Sign-In with Apple button using Apple's approved JavaScript method and placed this on an HTML page within the App's WKWebView.
Expected behaviour : the user is presented with the native Sign-In popover sheet and can use FaceID or TouchID to sign-in.
Actual Behaviour : in 17.0.3 it works as expected but in 17.1 we go to a standard HTML log-in with Apple form.
Most confusing. Any ideas?