在wxWebView中弹出处理身份验证

时间:2018-08-22 06:15:59

标签: c++ authentication wxwidgets okta

我正在使用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中弹出的身份验证?

1 个答案:

答案 0 :(得分:0)

您没有说您正在使用什么后端,但我希望this会有所帮助。