File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 139139 },
140140 "clientSecret" : {
141141 "description" : " The Azure AD client secret." ,
142- "type" : " string"
142+ "type" : " string" ,
143+ "writeOnly" : true
143144 },
144145 "redirectUrl" : {
145146 "description" : " The Azure AD redirect URL." ,
149150 },
150151 "required" : [
151152 " authorityUrl" ,
152- " clientId" ,
153- " clientSecret"
153+ " clientId"
154154 ],
155155 "type" : " object"
156156 },
417417 },
418418 "clientSecret" : {
419419 "description" : " The client secret generated by the Identity Provider." ,
420- "type" : " string"
420+ "type" : " string" ,
421+ "writeOnly" : true
421422 },
422423 "jwtClaims" : {
423424 "description" : " Maps fields from the JWT token to fields Dremio requires." ,
454455 "required" : [
455456 " authorityUrl" ,
456457 " clientId" ,
457- " clientSecret" ,
458458 " jwtClaims"
459459 ],
460460 "type" : " object"
You can’t perform that action at this time.
0 commit comments