Versent / saml2aws

CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
https://github.com/Versent/saml2aws
MIT License
2.09k stars 563 forks source link

Disabling private mode in the Edge browser #1234

Closed mwalkowski closed 6 months ago

mwalkowski commented 8 months ago

Hello Everyone,

By default, the parameter --browser-type=msedge launches the browser in private mode. Is there a way to change this behavior? One of my clients has quite specific requirements, and the private mode is a slight blocker for us. Alternatively, please give me a hint on where I can adjust the configuration.

I also tried with browser-executable-path, but I don't know how to modify the list of parameters with which Edge is invoked.

mapkon commented 8 months ago

No, not that I am aware of, but I have also not looked far and wide. Probably asking on the playwright repo might surface better answers

timharris777 commented 6 months ago

My PR solves this issue: https://github.com/Versent/saml2aws/pull/1267