SSO between Native WPF and SPA

, ,

Hi,

I am looking to implement SSO using auth0 which would work between a WPF applications and SPA vue.js.
I’ve tried examples for wpf and vue.js from QuickStarts offered at the auth0 dashboard, but it does not seem to work, you need to enter credentials in both applications. I’m registered as a new tenant, meaning that seamless SSO is automatically enabled.

SSO works fine between different SPA s (as long as they are opened in the same type of browser), and also between different WPF apps. It just does not between SPA-WPF.

Does anyone know is that even possible, and how?

In the end, It is possible using the system browser.

1 Like

Thanks for sharing that with the rest of community!