Fix authorization_response param
This commit is contained in:
parent
f0c087975f
commit
5290bedc77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue