Auth0.webAuth().useLegacyAuthentication not working for iOS 13

Hi,

I have encountered a problem when i call the following our iOS app just hangs after typed in username and password, and it works perfectly fine on iOS 12, could you please give us some help with that and we are in urgent need? thanks a lot

Auth0.webAuth()
.scope(“**“)
.audience(”
”)
.useLegacyAuthentication()
.start(completion)

I think i figure out myself, the callback url is hit in scene delegate instead of app delegate

1 Like

Glad to hear that and thanks for sharing it with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.