Switch to localhost for testing

This commit is contained in:
Jeremy Stott 2019-04-17 09:53:59 +12:00
parent 3b0dd3b705
commit a9043f91bc

View File

@ -56,7 +56,7 @@ func Authenticate(p *ProviderConfig) (Result, error) {
return Result{"", nil}, err
}
// baseURL := "http://" + listener.Addr().String()
baseURL := "https://ce76f831.ngrok.io"
baseURL := "http://localhost:8080"
redirectURL := baseURL + "/auth/callback"
oidcConfig := &oidc.Config{