Closed Engelbarts closed 4 years ago
Probably a copy/paste error, bitw config shows the apiURL for both apiURL and identityURL, the error is in line 245 of main.go
fmt.Printf("identityURL = %q\n", apiURL)
should read
fmt.Printf("identityURL = %q\n", idtURL)
Oops. Do you want to send a PR?
Probably a copy/paste error, bitw config shows the apiURL for both apiURL and identityURL, the error is in line 245 of main.go
fmt.Printf("identityURL = %q\n", apiURL)
should read
fmt.Printf("identityURL = %q\n", idtURL)