Switch to localhost for testing
This commit is contained in:
parent
3b0dd3b705
commit
a9043f91bc
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user