From a9043f91bc7051ad93d4eb12d2e1460222fa6fdd Mon Sep 17 00:00:00 2001 From: Jeremy Stott Date: Wed, 17 Apr 2019 09:53:59 +1200 Subject: [PATCH] Switch to localhost for testing --- provider/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/provider.go b/provider/provider.go index d76c427..9969c8f 100644 --- a/provider/provider.go +++ b/provider/provider.go @@ -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{