OK, so Adobe recommends using an external server for OAuth workflows –
https://adobexdplatform.com/plugin-docs/tutorials/how-to-integrate-with-OAuth/
– but since the final OAuth redirection can occur to a localhost
URL (that’s what we do in our InDesign DocsFlow plugin that interops with Google Docs), is there any way for an XD plugin to establish an HTTP listener on a non-privileged port?
That would solve the problem of needing an external server that you poll to get the session ID, etc.
Pretty please, @kerrishotts?