backend-app-api,auth: add ent claim to user identity proof

Co-authored-by: Camila Belo <camilaibs@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-04-02 16:29:26 +02:00
committed by Camila Belo
parent 3d30d36eab
commit 018b0910e0
3 changed files with 8 additions and 1 deletions
+5
View File
@@ -462,6 +462,11 @@ export interface BackstageUserIdentityProofPayload {
*/
sub: string;
/**
* The ownership entity refs of the user
*/
ent?: string[];
/**
* Standard expiry in epoch seconds
*/