function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jschmidjschmid 

Connected app with multiple callback endpoints

We are developing applications that will be available on different platforms. 

 

We want to have only one Connected App for every platform. (Pass the oAuth authorization step only once for all, etc...)

 

Our problem is that depending on the platform, the oAuth callback URI will be different (http://... for the Javascript part, a custom protocol for the iOS native app). The Connected App page only allows to input one callback URI.

 

How can we have multiple callback URIs depending on the platform, but still keep only one client id, secret, etc... ?

 

Thanks