flutter_appauth icon indicating copy to clipboard operation
flutter_appauth copied to clipboard

Need to load custom policy (change password) with session information to skip login screen again.

Open mbhusari opened this issue 2 years ago • 3 comments

I'm working with the flutter_appauth library and I'm trying to implement a custom policy using change password) with session information to skip the login screen again. Is there any method in this plugin that accepts session info (idToken or account info or Iaccount) and load custom policy directly without login, Any help would be greatly appreciated. Thank you!

mbhusari avatar May 26 '23 18:05 mbhusari

Me too, I didn't find a way with this plugin, and I'm trying to switch to a webview based approach

davidebalistreri avatar Jun 06 '23 11:06 davidebalistreri

@davidebalistreri Can you provide me with some details on what is this webview based approach is?

mbhusari avatar Jun 06 '23 22:06 mbhusari

Not sure what you're referring to here exactly but it sounds like what you're after is outside the scope of the plugin and more on session management. If so, then that's up to your app to handle. Apps are responsible for checking that a valid access token exists, to refresh it, determine if the login screen should be shown again etc

MaikuB avatar Jun 07 '23 08:06 MaikuB