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've changed my hosts file to have a domain name that can be used for the redirect URI in the Google console. Currently running this through docker-compose and when the login fails I see:
login_1 | [ERROR stethoscope.login.factory] Invalid token in auth flow:
login_1 | Traceback (most recent call last):
login_1 | File "/code/stethoscope/login/factory.py", line 115, in index
login_1 | userinfo = auth.decode_token(token)
login_1 | File "/code/stethoscope/auth.py", line 46, in decode_token
login_1 | raise werkzeug.exceptions.Unauthorized("JWT Error: Token could not be decoded.")
login_1 | Unauthorized: 401 Unauthorized: JWT Error: Token could not be decoded.
login_1 | - - [06/Jul/2018 23:03:05] "GET / HTTP/1.0" 302 -
I'm having an issue with logging in once enabling OICD. When I navigate to the page Google shows me a 400 error
I've changed my hosts file to have a domain name that can be used for the redirect URI in the Google console. Currently running this through docker-compose and when the login fails I see:
Here is my current config.py file:
Any help is appreciated!
The text was updated successfully, but these errors were encountered: