Commit e86c04f 1 parent 5cab913 commit e86c04f Copy full SHA for e86c04f
File tree 1 file changed +11
-13
lines changed
src/sso/connections/EditConnection/oidc
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -297,19 +297,6 @@ export default function EditOIDCConnection(props: EditOIDCConnectionProps) {
297
297
< Spacer y = { 6 } />
298
298
</ Show >
299
299
</ Show >
300
- < InputField
301
- label = 'Client ID [OIDC Provider]'
302
- id = 'oidcClientId'
303
- required = { true }
304
- classNames = { state . classes . inputField }
305
- value = { state . oidcConnection . oidcClientId || '' }
306
- handleInputChange = { state . handleChange }
307
- aria-describedby = 'oidc-clientid-hint'
308
- />
309
- < div id = 'oidc-clientid-hint' class = { defaultClasses . hint } >
310
- ClientId of the app created on the OIDC Provider.
311
- </ div >
312
- < Spacer y = { 6 } />
313
300
< SecretInputFormControl
314
301
classNames = { { input : props . classNames ?. secretInput } }
315
302
label = 'Client Secret [OIDC Provider]'
@@ -463,7 +450,18 @@ export default function EditOIDCConnection(props: EditOIDCConnectionProps) {
463
450
copyDoneCallback = { props . successCallback }
464
451
handleChange = { state . handleChange }
465
452
/>
453
+ < Spacer y = { 6 } />
454
+ < InputField
455
+ label = 'Client ID [OIDC Provider]'
456
+ id = 'oidcClientId'
457
+ required = { true }
458
+ readOnly
459
+ classNames = { state . classes . inputField }
460
+ value = { state . oidcConnection . oidcClientId || '' }
461
+ aria-describedby = 'oidc-clientid-hint'
462
+ />
466
463
</ div >
464
+ < Spacer y = { 6 } />
467
465
</ Card >
468
466
</ Show >
469
467
< Spacer y = { 4 } />
You can’t perform that action at this time.
0 commit comments