Question

Photo of Thiago Vinhas

0

Google oauth redirect_uri_mismatch

Hi there!

For some reason RockRMS is using http://wonder.church:80/login as the redirect_uri sent to Google for authentication but I have nowhere that set up in RockRMS. My entire site runs on https and Google won't let me add an http uri in production.

Any idea where I might find this set up? Even my login route says Login, I don't know why Rock is using lowercaps and http for the address.

Here is the error detail:

Request details: redirect_uri=http://wonder.church:80/login flowName=GeneralOAuthFlow


Appreciate any help.

In Christ,
Thiago Vinhas
Wonder Church
Sanford, FL

  • Photo of Thiago Vinhas

    0

    One month later I figured this one out. It's a mix of how I configured IIS and RockRMS mishandling it.

    Details here:

    https://github.com/SparkDevNetwork/Rock/issues/6124