Auth0 integration for desktop app

We are following this link but running into some issues that seem to be related to redirect URI.

The desktop app that we are integrating is a plugin in Excel and we want the user to be redirected back to excel after successful login. What should the call back uri look like?

Hi!

Not the easiest of subjects, but this Auth0 blog post might help you find a way:
OAuth 2.0 Best Practices for Native Apps (auth0.com)

There’s a reference in there to the OAuth 2.0 for Native Apps which has a section on receiving the Authorization Code in the native app.

Hope it helps!

1 Like

Thanks for sharing that @rvdberg!