You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am setting up an Ionic app that uses OpenID to authenticate. The authentication endpoint will not accept my request as the callback url is an http url. I searched the docs and the source of ripple but couldn't find anything in the settings that would allow https. Could this be added?
The text was updated successfully, but these errors were encountered:
Recognising that this comes over five years too late, I had this issue with CORS in newer versions of Chrome, though using Cordova and the old in-browser Ripple emulator - ended up using a separate web server to handle HTTPS and proxy all requests to Cordova. That approach might work here, too.
I am setting up an Ionic app that uses OpenID to authenticate. The authentication endpoint will not accept my request as the callback url is an http url. I searched the docs and the source of ripple but couldn't find anything in the settings that would allow https. Could this be added?
The text was updated successfully, but these errors were encountered: