mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
feat(OIDC): support token revocation of V2 tokens (#6203)
This PR adds support for OAuth2 token revocation of V2 tokens. Unlike with V1 tokens, it's now possible to revoke a token not only from the authorized client / client which the token was issued to, but rather from all trusted clients (audience)
This commit is contained in:
@@ -499,6 +499,7 @@ Errors:
|
||||
Token:
|
||||
Invalid: Token ist ungültig
|
||||
Expired: Token ist abgelaufen
|
||||
InvalidClient: Token wurde nicht für diesen Client ausgestellt
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
|
@@ -499,6 +499,7 @@ Errors:
|
||||
Token:
|
||||
Invalid: Token is invalid
|
||||
Expired: Token is expired
|
||||
InvalidClient: Token was not issued for this client
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
|
@@ -499,6 +499,7 @@ Errors:
|
||||
Token:
|
||||
Invalid: El token no es válido
|
||||
Expired: El token ha caducado
|
||||
InvalidClient: El token no ha sido emitido para este cliente
|
||||
|
||||
AggregateTypes:
|
||||
action: Acción
|
||||
|
@@ -499,6 +499,7 @@ Errors:
|
||||
Token:
|
||||
Invalid: Le jeton n'est pas valide
|
||||
Expired: Le jeton est expiré
|
||||
InvalidClient: Le token n'a pas été émis pour ce client
|
||||
|
||||
AggregateTypes:
|
||||
action: Action
|
||||
|
@@ -499,6 +499,7 @@ Errors:
|
||||
Token:
|
||||
Invalid: Token non è valido
|
||||
Expired: Token è scaduto
|
||||
InvalidClient: Il token non è stato emesso per questo cliente
|
||||
|
||||
AggregateTypes:
|
||||
action: Azione
|
||||
|
@@ -488,6 +488,7 @@ Errors:
|
||||
Token:
|
||||
Invalid: トークンが無効です
|
||||
Expired: トークンの有効期限が切れている
|
||||
InvalidClient: トークンが発行されていません
|
||||
|
||||
AggregateTypes:
|
||||
action: アクション
|
||||
|
@@ -499,6 +499,7 @@ Errors:
|
||||
Token:
|
||||
Invalid: токенот е неважечки
|
||||
Expired: токенот е истечен
|
||||
InvalidClient: Токен не беше издаден на овој клиент
|
||||
|
||||
AggregateTypes:
|
||||
action: Акција
|
||||
|
@@ -499,6 +499,7 @@ Errors:
|
||||
Token:
|
||||
Invalid: Token jest nieprawidłowy
|
||||
Expired: Token wygasł
|
||||
InvalidClient: Token nie został wydany dla tego klienta
|
||||
|
||||
AggregateTypes:
|
||||
action: Działanie
|
||||
|
@@ -499,6 +499,7 @@ Errors:
|
||||
Token:
|
||||
Invalid: 令牌无效
|
||||
Expired: 令牌已过期
|
||||
InvalidClient: 没有为该客户发放令牌
|
||||
|
||||
AggregateTypes:
|
||||
action: 动作
|
||||
|
Reference in New Issue
Block a user