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
MikeBorozdinMikeBorozdin 

non https redirect url in oauth

Is there a way to pass in a non https URL for the OAuth?  Some development switch of some sort maybe?

SuperfellSuperfell

You can use a custom URI scheme if you don't want to use https (you can't use http)

MikeBorozdinMikeBorozdin

I guess I was just looking for a quick way to test my own web app on my own server.  It looks like I have to do a self signed certificate and other cumbersome things.  There must be an easier way :)