diff --git a/internal/config.go b/internal/config.go index cb7bef1..9108ac1 100644 --- a/internal/config.go +++ b/internal/config.go @@ -80,9 +80,9 @@ func NewConfig() Config { Port: 3333, Issuer: server.IdentityProviderServer{ Endpoints: oidc.Endpoints{ - Authorization: "http://127.0.0.1/oauth/authorize", - Token: "http://127.0.0.1/oauth/token", - JwksUri: "http://127.0.0.1/.well-known/jwks.json", + Authorization: "", + Token: "", + JwksUri: "", }, }, },