fix redirect-uri in get_token
This commit is contained in:
parent
7032b49554
commit
4915532e14
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class LITOauth:
|
|||
try:
|
||||
oauth = OAuth2Session(
|
||||
client_id=HYDRA_CLIENT_ID,
|
||||
redirect_uri=REDIRECT_URL,
|
||||
state=state,
|
||||
)
|
||||
token = oauth.fetch_token(
|
||||
|
|
Loading…
Reference in a new issue