Skip to content
Snippets Groups Projects
Commit 95e7ea5d authored by Yoan VALLET's avatar Yoan VALLET
Browse files

change cozyDomain redirection

parent b6bc1b58
Branches
No related tags found
No related merge requests found
Pipeline #7854 passed
......@@ -226,7 +226,7 @@ func main() {
state := req_state[0:splitIndex]
host := req_state[splitIndex+1:]
cozyURL := "https://" + host + "." + "pchugo.wf.alpha.grandlyon.com" + *cozyGrdfRedirectURI
cozyURL := "https://" + host + "." + *cozyDomain + *cozyGrdfRedirectURI
redir := cozyURL + "?code=" + code + "&state=" + state
log.Debug("Redirect to -", redir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment