OAuth Authentication without Redirect URI
I'm wondering if there's any way to authenticate my application for the Adobe Sign API without a redirect URI? My application is a local web server installed on client networks that is not open to the internet, so there is no public URI I can use.
We've integrated with OneDrive using the OAuth "device code flow", which does not require a redirect URI. Is there a way to use that flow or an alternative flow that gets around the need for a URI? If this is not possible, I will look into the Integration Key method for legacy apps.
