Skip to content
Snippets Groups Projects
Commit f0c08797 authored by Luka's avatar Luka
Browse files

Fix authorization_response param

parent 7e51c28c
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ class HydraOauth:
token = hydra.fetch_token(
TOKEN_URL,
client_secret=HYDRA_CLIENT_SECRET,
authorization_response=request.url,
authorization_response="https://dashboard.init.stackspin.net"
+ request.get_full_path(),
)
session["hydra_token"] = token
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment