-
Notifications
You must be signed in to change notification settings - Fork 563
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
Add the option to set a persistent storage for the browser provider #786
base: master
Are you sure you want to change the base?
Conversation
This would be a really useful feature to have |
Would really be appreciated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gngj Thank you for this submission. Could you please fix the conflicts? Consider adding tests too
Any updates/plans to support this? |
The branch is really out of date and need to be synced. If that is done, and relevant tests are added, then we can see how to prioritize it for merging. @eugenestarchenko Would you take the lead on this? |
Is there anything new with this branch? any way to prioritize this for merge? |
@fernbach it cannot be merged because there is a branch conflict and missing test coverage. If both conditions are met, then we will be more than happy to merge it. |
This enables using an IDP that has a browser session and providing credentials only once.
Can help #729
Example usage:
saml2aws configure --url https://account.activedirectory.windowsazure.com/applications/signin/<app_id>?tenantId=<tenantId> --persistent-data-dir ~/.persistent_data_dir -a browser --idp-provider Browser --skip-prompt