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
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,
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
The text was updated successfully, but these errors were encountered: