You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure to check the demo app(s) for sample usage
When trying to do the native controller auth flow with microsoft and MFA is enabled it gets stuck on the final microsoft screen and does not return to the application.
Which platform(s) does your issue occur on?
iOS
Please, provide the following version numbers that your issue occurs with:
Make sure to check the demo app(s) for sample usage
When trying to do the native controller auth flow with microsoft and MFA is enabled it gets stuck on the final microsoft screen and does not return to the application.
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Issue
the authState of the subcontroller is being cleared some how. and by the time it gets to resumeWithUrl its null.
I Updated the TnsOAuthLoginSubController with the following, and added better error handling
This fixed the issue on IOS, and also fixed a logout issue for Android and IOS. Hope this maybe helps someone else
The text was updated successfully, but these errors were encountered: