mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:17:33 +00:00
feat(API): support V2 token and session token usage (#6180)
This PR adds support for userinfo and introspection of V2 tokens. Further V2 access tokens and session tokens can be used for authentication on the ZITADEL API (like the current access tokens).
This commit is contained in:
@@ -490,6 +490,15 @@ Errors:
|
||||
TokenCreationFailed: Неуспешно креирање на токен
|
||||
InvalidToken: Токенот за намера е невалиден
|
||||
OtherUser: Намерата е за друг корисник
|
||||
AuthRequest:
|
||||
AlreadyExists: Барањето за автентикација веќе постои
|
||||
NotExisting: Барањето за автентикација не постои
|
||||
WrongLoginClient: Барањето за автификација беше креирано од друг клиент за најавување
|
||||
OIDCSession:
|
||||
RefreshTokenInvalid: Токенот за освежување е неважечки
|
||||
Token:
|
||||
Invalid: токенот е неважечки
|
||||
Expired: токенот е истечен
|
||||
|
||||
AggregateTypes:
|
||||
action: Акција
|
||||
|
Reference in New Issue
Block a user