mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 14:47:33 +00:00
fix: disable client id in oidc configuration (#10177)
# Which Problems Are Solved This pr disables the client id in oidc configuration in console, as mentioned in #10149. # How the Problems Are Solved I re-disabled the field from inside the form. # Additional Context - Closes #10149. - Closes #8530
This commit is contained in:

committed by
GitHub

parent
1728297d3c
commit
b93b6a8a1c
@@ -423,6 +423,7 @@ export class AppDetailComponent implements OnInit, OnDestroy {
|
||||
|
||||
if (allowed) {
|
||||
this.oidcForm.enable();
|
||||
this.oidcForm.controls['clientId'].disable();
|
||||
this.oidcTokenForm.enable();
|
||||
this.apiForm.enable();
|
||||
this.samlForm.enable();
|
||||
|
Reference in New Issue
Block a user