Skip to content
Snippets Groups Projects
Commit b6bc1b58 authored by Hugo NOUTS's avatar Hugo NOUTS
Browse files

hardcode redirect grdf

parent a58356d9
Branches
No related tags found
No related merge requests found
Pipeline #7840 passed
......@@ -373,7 +373,7 @@ func main() {
code := ""
grantType := ""
scope := ""
redirectUri := ""
redirectUri := "https://oauth-proxy.wf.alpha.grandlyon.com/redirect-grdf"
// For request token params are into query parameters
......@@ -430,7 +430,7 @@ func main() {
code = query.Get("code")
grantType = query.Get("grant_type")
scope = query.Get("scope")
redirectUri = query.Get("redirect_uri")
redirectUri = "https://oauth-proxy.wf.alpha.grandlyon.com/redirect-grdf"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment