• Resolved mirilibre

    (@mirilibre)


    Hello,

    I would like to use the plugin, however I cannot go through the OAuth process without producing a “400: redirect_uri_mismatch”.

    It is obvious to me that this redirect issue stems from the mismatch between the https:// scheme in the plugin vs. the google app.
    In the backend of the WP plugin, it says
    Authorised JavaScript origin: https://human-in-progress.com
    Authorised redirect URI: https://human-in-progress.com/wp-admin/admin.php?page=sgdg_basic&action=oauth_redirect
    It is not possible to change these URIs in the WP plugin.
    However, in the Google OAuth section, I must put in https:// because if I leave the original https://, I cannot take the app out of its “testing” status and actually grant permission. This leaves me stuck, unable to fix the mismatch on either side. Please advise.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marek Dědi?

    (@marekdedic)

    Hi,
    the URIs must match. Given that Google now only accepts HTTPS, that means you must use HTTPS.

    Marek

    Thread Starter mirilibre

    (@mirilibre)

    Hi Marek,

    Yes, I am aware of this. The problem is that the URIs in the plugin are fixed and I cannot change them to https://! because the fields with the URIs are greyed out and cannot be changed…
    Please advise.

    Plugin Author Marek Dědi?

    (@marekdedic)

    Hi,
    the first 3 fields in the plugin basic settings are just there for you to copy, they aren’t configurable. If you want to change your website to https, you need to do it in the general settings of your webpage.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘OAuth fail: https:// vs https:// mismatch!’ is closed to new replies.