Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login with sso, could not remember login session as other explorer like Safari or Chrome #113

Open
AugustWangVeeva opened this issue Apr 13, 2022 · 4 comments

Comments

@AugustWangVeeva
Copy link

I login with sso use FlutterWebAuth.authenticate, and then show up with the login page like pingone or okta, login successfully, then logout of the app, then login again with sso, I still need to input the username and password, and sign in again, it does not remember the last login session. But the save case with local explorer like Chrome or Safari, once I login, it could remember the session, and even I close the explorer and open the sso login page again, it could use the save session to login by itself.
Could the explorer that FlutterWebAuth uses to remember the session like local explorer?

@DmitriyIgnashchenko
Copy link

check if "preferEphemeral" is set to false

@AugustWangVeeva
Copy link
Author

it is set to true

@DmitriyIgnashchenko
Copy link

Should be false

@AugustWangVeeva
Copy link
Author

Works! Thank you so much!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants