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 edf4f7d commit cb3d110Copy full SHA for cb3d110
proxy.config.json
@@ -115,10 +115,15 @@
115
"apiAuthentication": [
116
{
117
"type": "jwt",
118
- "enabled": true,
+ "enabled": false,
119
"jwtConfig": {
120
- "clientID": "1009968223893-u92qq6itk7ej5008o4174gjubs5lhorg.apps.googleusercontent.com",
121
- "authorityURL": "https://accounts.google.com"
+ "clientID": "",
+ "authorityURL": "",
122
+ "roleMapping": {
123
+ "admin": {
124
+ "": ""
125
+ }
126
127
}
128
129
]
0 commit comments