Authorize other scheme in app callback URL setting

Would it be possible to allow different scheme for call back urls in application definition:
https://myapp/redirect => OK
myapp:// => NOK

The reason is that for example the Auth mechanism on a framework like Xamarin.Forms does not allow this. It is therefore not possible to connect to a Pipedrive application with this technology.

Hi @Guillaume_Roux

Unfortunately no. Also, it’s strange that Xamarin.Forms does not allow HTTP, as it’s a highly used protocol.

1 Like

I understand, it’s strange indeed.