MaikuB / flutter_appauth

A Flutter wrapper for AppAuth iOS and Android SDKs
269 stars 238 forks source link

Native Client returns and empty file #498

Open christianmadhan opened 1 month ago

christianmadhan commented 1 month ago

(https://github.com/MaikuB/flutter_appauth/assets/33845505/bfda0548-def3-424f-ae76-9e1bd0174287)

I successfully authenticate through the authrozation endpoint but then the app calls the redirect url which is https://login.microsoftonline.com/common/oauth2/nativeclient and that endpoint is an empty page

what do i do here, is it a bug?