diff --git a/templates/management.json.j2 b/templates/management.json.j2 index 71f0ba6..deae3a4 100644 --- a/templates/management.json.j2 +++ b/templates/management.json.j2 @@ -36,7 +36,7 @@ "HttpConfig": { "AuthIssuer": "{{ external_url }}/oauth2", "AuthAudience": "netbird-dashboard", - "OIDCConfigEndpoint": "{{ external_url }}/oauth2/.well-known/openid-configuration" + "OIDCConfigEndpoint": "http://127.0.0.1:80/oauth2/.well-known/openid-configuration" }, "EmbeddedIdP": { "Enabled": true,