MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
273 stars 246 forks source link

Authentication is not working in "Guided Access" mode in iOS #411

Closed nitheesh-aot closed 1 year ago

nitheesh-aot commented 1 year ago

It works fine in the normal mode. but once the app is being put in the Guided Access mode of the iOS app. The Authentication is not working.

It opens up the browser for login, but gives error as redirection failed.

nitheesh-aot commented 1 year ago

figured out the issue.

it was due to the incorrect values of CFBundleURLSchemes in the CFBundleURLTypes keys of info.plist which is throwing the redirection failed error.

closing the issue