Code: Select all
You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy.
If you're the app developer, register the redirect URI in the Google Cloud Console.
Request details: redirect_uri=http://www.**********.org/login/google/authorized flowName=GeneralOAuthFlow
client_id=os.environ["GOOGLE_CLIENT_ID"],
client_secret=os.environ["GOOGLE_CLIENT_SECRET"],
scope=["profile", "email"],
redirect_url="https://**********.org/login/google/authorized"
)
app.register_blueprint(google_bp, url_prefix="/login")
< /code>
Ich bin damit nicht allzu vertraut, daher ist jede Hilfe großartig. Dies könnte eine sehr offensichtliche Lösung für alles sein, was ich weiß. Vielen Dank! Es funktioniert, aber wenn es versucht, umzuleiten, heißt es, dass OAuth https benötigt.