From 4915532e143458e46d89c64c5814cc257a709c08 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Tue, 22 Nov 2022 13:21:21 +0100 Subject: [PATCH] fix redirect-uri in get_token --- backend/helpers/lit_oauth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/helpers/lit_oauth.py b/backend/helpers/lit_oauth.py index 3df84d2..bfd8075 100644 --- a/backend/helpers/lit_oauth.py +++ b/backend/helpers/lit_oauth.py @@ -23,6 +23,7 @@ class LITOauth: try: oauth = OAuth2Session( client_id=HYDRA_CLIENT_ID, + redirect_uri=REDIRECT_URL, state=state, ) token = oauth.fetch_token(