Fix authorization_response param

This commit is contained in:
Luka Radenovic 2022-01-19 11:36:12 +01:00
parent f0c087975f
commit 5290bedc77

View file

@ -31,7 +31,7 @@ class HydraOauth:
TOKEN_URL, TOKEN_URL,
client_secret=HYDRA_CLIENT_SECRET, client_secret=HYDRA_CLIENT_SECRET,
authorization_response="https://dashboard.init.stackspin.net" authorization_response="https://dashboard.init.stackspin.net"
+ request.get_full_path(), + request.path,
) )
session["hydra_token"] = token session["hydra_token"] = token