4D-Technologies / openidconnect_flutter

Complete Flutter OpenIdConnect Library
74 stars 44 forks source link

Question: Mobile complete screen redirection to identity server instead of popup #11

Open SameerChorge94 opened 2 years ago

SameerChorge94 commented 2 years ago

Hello,

I tried this package for the web it's working without any issues, i.e. if i disable usePopup for web then it redirects web to ideneity server login screen and on login it redirects to the app again.

but for mobile view usePopup is by default true, is there any workaround or solution in this current package where i can achieve same for the mobile (android/IOS) devices, i.e. instead of loading/redirecting the identity server in popup it should redirect app to the identity server and then on success redirects back to app, like it's flutter_appauth package
https://pub.dev/packages/flutter_appauth

Is there any way to achieve above requirement with current package., by handling changes in plugin,

can you atleast expose complete dialog height and width parameters, instead of applying the minumum width and height from the inputs https://github.com/Concerti-IO/openidconnect_flutter/blob/8a6d8c83063cf8dcedbf0520a5058e4b1408d805/openidconnect/lib/src/android_ios.dart#L27

Thanks

SameerChorge94 commented 2 years ago

Any update on this feature request?