Skip to content

Commit 583616a

Browse files
committed
fix: remove unneeded oidc config params and values
1 parent aee4b4f commit 583616a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

proxy.config.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,13 @@
5252
},
5353
{
5454
"type": "openidconnect",
55-
"enabled": true,
55+
"enabled": false,
5656
"oidcConfig": {
57-
"issuer": "https://accounts.google.com",
58-
"clientID": "1009968223893-u92qq6itk7ej5008o4174gjubs5lhorg.apps.googleusercontent.com",
59-
"clientSecret": "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",
60-
"authorizationURL": "https://accounts.google.com/o/oauth2/auth",
61-
"tokenURL": "https://oauth2.googleapis.com/token",
62-
"userInfoURL": "https://openidconnect.googleapis.com/v1/userinfo",
63-
"callbackURL": "http://localhost:8080/api/auth/oidc/callback",
64-
"scope": "openid email profile"
57+
"issuer": "",
58+
"clientID": "",
59+
"clientSecret": "",
60+
"callbackURL": "",
61+
"scope": ""
6562
}
6663
}
6764
],

0 commit comments

Comments
 (0)