MaikuB/flutter_appauth

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

mbhusari opened this issue · 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!

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

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

MaikuB commented

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