uwasystemhealth / IndEAAv2

A web application that streamlines course review by industry advisory panels. A complete rewrite of https://github.com/uwasystemhealth/IndEAA
4 stars 1 forks source link

[BUG] Fix https #100

Closed peter-tanner closed 2 years ago

peter-tanner commented 2 years ago

Describe the bug

Google OAuth requires https urls. Need to change backend to generate callback_uri with https for uris to match

To Reproduce

Steps to reproduce the behavior:

  1. Login on the site, with both uris in the google console using https
  2. Error 400: redirect_uri_mismatch

Expected behavior

A clear and concise description of what you expected to happen. Uri should be https and therefore login should not result in redirect_uri_mismatch

Other

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.