我正在使用wxWebView
显示okta login screen
。但是,当我在wxWidgets应用中打开登录屏幕时,它会显示一个authenication pop up
,因此需要花费一些时间来打开实际的login screen
。我要close
authentication popup
,然后立即打开登录屏幕。我应该如何实现。在swift for MAC
中,相同问题由authentication challenge
处理:https://developer.apple.com/documentation/foundation/url_loading_system/handling_an_authentication_challenge。
是否有authentication challenge
之类的东西来关闭wxWebView
中弹出的身份验证?