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:
Livio Spring
2023-07-17 14:33:37 +02:00
committed by GitHub
parent ecf9835cb8
commit e1b3cda98a
17 changed files with 689 additions and 102 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -488,6 +488,7 @@ Errors:
Token:
Invalid: トークンが無効です
Expired: トークンの有効期限が切れている
InvalidClient: トークンが発行されていません
AggregateTypes:
action: アクション

View File

@@ -499,6 +499,7 @@ Errors:
Token:
Invalid: токенот е неважечки
Expired: токенот е истечен
InvalidClient: Токен не беше издаден на овој клиент
AggregateTypes:
action: Акција

View File

@@ -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

View File

@@ -499,6 +499,7 @@ Errors:
Token:
Invalid: 令牌无效
Expired: 令牌已过期
InvalidClient: 没有为该客户发放令牌
AggregateTypes:
action: 动作