diff --git a/helpers/hydra_oauth.py b/helpers/hydra_oauth.py index de11c88..f0a5526 100644 --- a/helpers/hydra_oauth.py +++ b/helpers/hydra_oauth.py @@ -27,7 +27,7 @@ class HydraOauth: def get_token(state, code): try: hydra = OAuth2Session( - HYDRA_CLIENT_ID, + client_id=HYDRA_CLIENT_ID, state=state, token_endpoint_auth_method="client_secret_basic", )