mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:07:31 +00:00
feat: OIDC setting (#3245)
* feat: add oidc config struct * feat: oidc config command side * feat: oidc configuration query side * feat: add translations * feat: add tests * feat: add translations * feat: rename oidc config to oidc settings * feat: rename oidc config to oidc settings
This commit is contained in:
@@ -29,6 +29,20 @@ Errors:
|
||||
ExceedsDefault: Limit überschreitet default Limit
|
||||
Language:
|
||||
NotParsed: Sprache konnte nicht gemapped werde
|
||||
OIDCSettings:
|
||||
NotFound: OIDC Konfiguration konnte nicht gefunden werden
|
||||
AlreadyExists: OIDC Konfiguration existiert bereits
|
||||
SecretGenerator:
|
||||
AlreadyExists: Passwort Generator exisiter bereits
|
||||
TypeMissing: Passwort Generator Typ fehlt
|
||||
NotFound: Passwort Generator nicht gefunden
|
||||
SMSConfig:
|
||||
NotFound: SMS Konfiguration nicht gefunden
|
||||
AlreadyActive: SMS Konfiguration ist bereits aktiviert
|
||||
AlreadyDeactivated: SMS Konfiguration ist bereits deaktiviert
|
||||
SMTPConfig:
|
||||
NotFound: SMTP Konfiguration nicht gefunden
|
||||
AlreadyExists: SMTP Konfiguration existiert bereits
|
||||
User:
|
||||
NotFound: Benutzer konnte nicht gefunden werden
|
||||
AlreadyExists: Benutzer existierts bereits
|
||||
@@ -816,6 +830,35 @@ EventTypes:
|
||||
removed: Schrift von Label Richtlinie entfernt
|
||||
assets:
|
||||
removed: Bilder und Schrift von Label Richtlinie entfernt
|
||||
default:
|
||||
language:
|
||||
set: Standard Sprache gesetzt
|
||||
oidc:
|
||||
settings:
|
||||
added: OIDC Konfiguration hinzugefügt
|
||||
changed: OIDC Konfiguration geändert
|
||||
removed: OIDC Konfiguration gelöscht
|
||||
secret:
|
||||
generator:
|
||||
added: Passwort Generator hinzugefügt
|
||||
changed: Passwort Generator geändert
|
||||
removed: Passwort Generator gelöscht
|
||||
smtp:
|
||||
config:
|
||||
added: SMTP Konfiguration hinzugefügt
|
||||
changed: SMTP Konfiguration geändert
|
||||
password:
|
||||
changed: SMTP Konfigurations Passwort geändert
|
||||
sms:
|
||||
config:
|
||||
twilio:
|
||||
added: Twilio SMS Provider hinzugefügt
|
||||
changed: Twilio SMS Provider geändert
|
||||
token:
|
||||
changed: Twilio SMS Provider Token geändert
|
||||
removed: Twilio SMS Provider entfernt
|
||||
activated: Twilio SMS Provider aktiviert
|
||||
deactivated: Twilio SMS Provider deaktiviert
|
||||
key_pair:
|
||||
added: Schlüsselpaar hinzugefügt
|
||||
action:
|
||||
|
@@ -29,6 +29,20 @@ Errors:
|
||||
ExceedsDefault: Limit exceeds default limit
|
||||
Language:
|
||||
NotParsed: Could not parse languge
|
||||
OIDCSettings:
|
||||
NotFound: OIDC Configuration not found
|
||||
AlreadyExists: OIDC configuration already exists
|
||||
SecretGenerator:
|
||||
AlreadyExists: Secret generator already exists
|
||||
TypeMissing: Secret generator type missing
|
||||
NotFound: Secret generator not found
|
||||
SMSConfig:
|
||||
NotFound: SMS configuration not found
|
||||
AlreadyActive: SMS configuration already active
|
||||
AlreadyDeactivated: SMS configuration already deactived
|
||||
SMTPConfig:
|
||||
NotFound: SMTP configuration not found
|
||||
AlreadyExists: SMTP configuration already exists
|
||||
User:
|
||||
NotFound: User could not be found
|
||||
AlreadyExists: User already exists
|
||||
@@ -813,6 +827,35 @@ EventTypes:
|
||||
removed: Font removed from Label Policy
|
||||
assets:
|
||||
removed: Assets removed from Label Policy
|
||||
default:
|
||||
language:
|
||||
set: Default language set
|
||||
oidc:
|
||||
settings:
|
||||
added: OIDC configuration added
|
||||
changed: OIDC configuration changed
|
||||
removed: OIDC configuration removed
|
||||
secret:
|
||||
generator:
|
||||
added: Secret generator added
|
||||
changed: Secret generator changed
|
||||
removed: Secret generator removed
|
||||
smtp:
|
||||
config:
|
||||
added: SMTP configuration added
|
||||
changed: SMTP configuration changed
|
||||
password:
|
||||
changed: SMTP configuration secret changed
|
||||
sms:
|
||||
config:
|
||||
twilio:
|
||||
added: Twilio SMS provider added
|
||||
changed: Twilio SMS provider changed
|
||||
token:
|
||||
changed: Twilio SMS provider token changed
|
||||
removed: Twilio SMS provider removed
|
||||
activated: Twilio SMS provider activated
|
||||
deactivated: Twilio SMS provider deactivated
|
||||
key_pair:
|
||||
added: Key pair added
|
||||
action:
|
||||
@@ -821,6 +864,7 @@ EventTypes:
|
||||
deactivated: Action deactivated
|
||||
reactivated: Action reactivated
|
||||
removed: Action removed
|
||||
|
||||
Application:
|
||||
OIDC:
|
||||
UnsupportedVersion: Your OIDC version is not supported
|
||||
|
@@ -29,6 +29,20 @@ Errors:
|
||||
ExceedsDefault: Il limite supera quello predefinito
|
||||
Language:
|
||||
NotParsed: Impossibile analizzare la lingua
|
||||
OIDCSettings:
|
||||
NotFound: Impossibile trovare la configurazione OIDC
|
||||
AlreadyExists: La configurazione OIDC esiste già
|
||||
SecretGenerator:
|
||||
AlreadyExists: Il generatore di segreti esiste già
|
||||
TypeMissing: Manca il tipo di generatore segreto
|
||||
NotFound: Generatore segreto non trovato
|
||||
SMSConfig:
|
||||
NotFound: Configurazione SMS non trovata
|
||||
AlreadyActive: Configurazione SMS già attiva
|
||||
AlreadyDeactivated: Configurazione SMS già disattivata
|
||||
SMTPConfig:
|
||||
NotFound: Configurazione SMTP non trovata
|
||||
AlreadyExists: La configurazione SMTP esiste già
|
||||
User:
|
||||
NotFound: L'utente non è stato trovato
|
||||
AlreadyExists: L'utente già esistente
|
||||
@@ -811,6 +825,35 @@ EventTypes:
|
||||
removed: Font rimosso
|
||||
assets:
|
||||
removed: Asset rimosse
|
||||
default:
|
||||
language:
|
||||
set: lingua predefinita impostata
|
||||
oidc:
|
||||
settings:
|
||||
added: Configurazione OIDC aggiunta
|
||||
changed: Configurazione OIDC cambiata
|
||||
removed: Configurazione OIDC rimossa
|
||||
secret:
|
||||
generator:
|
||||
added: Generatore di segreti aggiunto
|
||||
changed: Generatore di segreti cambiato
|
||||
removed: Generatore di segreti cambiato
|
||||
smtp:
|
||||
config:
|
||||
added: SMTP configuration added
|
||||
changed: SMTP configuration changed
|
||||
password:
|
||||
changed: SMTP configuration secret changed
|
||||
sms:
|
||||
config:
|
||||
twilio:
|
||||
added: Aggiunto il fornitore di SMS Twilio
|
||||
changed: Twilio SMS Provider cambiato
|
||||
token:
|
||||
changed: Twilio SMS Provider token cambiato
|
||||
removed: Provider SMS Twilio rimosso
|
||||
activated: Provider SMS Twilio attivato
|
||||
deactivated: Provider SMS Twilio disattivato
|
||||
key_pair:
|
||||
added: Keypair aggiunto
|
||||
action:
|
||||
|
Reference in New Issue
Block a user