Skip to content
Snippets Groups Projects
Commit 38b656a0 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

feat: update url calls to adict/v2

parent 11e96890
No related branches found
No related tags found
1 merge request!9feat: update url calls to adict/v2
Pipeline #46664 passed
......@@ -659,7 +659,7 @@ func main() {
data2.Set("client_secret", clientSecret)
data2.Set("grant_type", "client_credentials")
data2.Set("redirect_uri", redirectUri)
data2.Set("scope", "/adict/v1")
data2.Set("scope", "/adict/v2")
// log.Debug("WL - GrdfInfo - Token - data sent is: ", data2)
log.Info("WL - GrdfInfo - Token - send request to access_token endpoint with client_credentials: ", tokenUrl)
......
  • Contributor

    @bdumont Il y en a d'autre à changer, vérifie bien dans le fichier main.go y'a une route token grdf.

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