I’m developing a plugin for InDesign using UXP Developer Tool and React. The user needs to authenticate with a third party using Auth0. Does anyone have any experience with this?
It seems like you need to specify a callback URL. However, this doesn’t make much sense to me, as the user should be returned to InDesign after authenticating, and should not be redirected to a website.
I found this guide, but am wondering if authentication needs to be that complicated. Is it really necessary to set up a local server in order for Auth0 to work?