We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee4b4f commit 583616aCopy full SHA for 583616a
proxy.config.json
@@ -52,16 +52,13 @@
52
},
53
{
54
"type": "openidconnect",
55
- "enabled": true,
+ "enabled": false,
56
"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"
+ "issuer": "",
+ "clientID": "",
+ "clientSecret": "",
+ "callbackURL": "",
+ "scope": ""
65
}
66
67
],
0 commit comments