I need to ebed a web browser in a Wpf app, I tried with the one from the toolbox but get some issues and went to CefSharp.
public MainWindow() { Initialize
It sounds like the popup you are referring to is in fact the site prompting for basic authentication.
basic
In that case you need to provide an IRequestHandler.GetAuthCredentials handler.