Working with your Developer Account including creating a new App, Certification of App using CDK APIs, submitting and API, Managing API utilizations.
OAuth flow Redirect URL can't handle underscore
Using an underscore ("_") in a redirect URL for an oauth flow returns a "/?error=flow+not+supported". Example: Registered a redirect url of {baseURL}/oauth/fortellis_redirect, and received the aforementioned error after authenticating. Changing the redirect url to {baseURL}/oauth/fortellisredirect will properly return the PKCE code from the flow for the user. Underscores are valid URLs and the flow should be able to handle them.
Existing eLeads CRM Customer OAuth with unpublished app?
I'm a bit confused about how the authentication outlined in the documentation is supposed to work.
Can someone explain how a Dealership would authorize our app? They have their eLeads CRM login, but no fortellis account to login with at https://accounts.fortellis.io/ and their eLeads login does not work on the "connectCDK" login linked to from that page.
Thanks!