After login, only shows "ok"

After user input their credentials, the popup just shows “OK”, and not close or response my program.
Configs:
.net core 4.6.2
Windows Form

I have discovered what is going on. On Auth0options, add:
Browser = new WebBrowserBrowser()

ref: Application is stuck after calling LoginAsync · Issue #20 · auth0-samples/auth0-WinFormsWPF-oidc-samples · GitHub

1 Like

Thanks for sharing that with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.