mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix: dont (re)generate client secret with auth type none (#564)
This commit is contained in:
@@ -93,6 +93,7 @@ Errors:
|
||||
AppNotExisting: Applikation exisitert nicht
|
||||
OIDCConfigInvalid: OIDC Konfiguration ist ungültig
|
||||
AppIsNotOIDC: Applikation ist nicht vom Typ OIDC
|
||||
OIDCAuthMethodNoneSecret: OIDC Auth Method None benötigt kein Secret
|
||||
RequiredFieldsMissing: Benötigte Felder fehlen
|
||||
GrantNotFound: Grant konnte nicht gefunden werden
|
||||
GrantInvalid: Projekt Grant ist ungültig
|
||||
|
@@ -93,6 +93,7 @@ Errors:
|
||||
AppNotExisting: Application doesn't exist
|
||||
OIDCConfigInvalid: OIDC configuration is invalid
|
||||
AppIsNotOIDC: Application is not type oidc
|
||||
OIDCAuthMethodNoneSecret: OIDC Auth Method None does not require a secret
|
||||
RequiredFieldsMissing: Some required fields are missing
|
||||
GrantNotFound: Grant not found
|
||||
GrantInvalid: Project grant is invalid
|
||||
|
Reference in New Issue
Block a user