-
Notifications
You must be signed in to change notification settings - Fork 567
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
[Browser Provider] Support browser type #815
Comments
Cross-linking my comment on the relevant PR: #816 (comment) This feature would allow |
Personally, I'd love it if this feature would use the system's default browser instead of downloading a playwright browser, if that's possible (#729). |
@MatteoJoliveau, I'm not sure about this statement. I asked for clarification on the PR: #816 (comment) |
Closing as #816 was merged |
Whenever using the
Browser
idp-provider, the default launched browser isChromium,
which theplaywright-go
package supports by default.This behaviour is acceptable in most cases; however, when there are specific self-signed trust certificates, the default
Chromium
does not recognize installed certificates and already trusted CAs, and there is a prompt to approve them.To fix it, we would like to add to the
saml2aws
configuration abrowser_type
property for theBrowser
Idp-provider, which will set it in the playwright launch configuration.The text was updated successfully, but these errors were encountered: