1
0
forked from baron/baron-sso

안내 메세지 및 실제 이름 표시

This commit is contained in:
2026-02-05 14:46:58 +09:00
parent ea66671d44
commit beebb3f7e6
2 changed files with 112 additions and 86 deletions

View File

@@ -49,6 +49,7 @@ export type ClientUpsertRequest = {
export type ConsentSummary = {
subject: string;
userName?: string;
clientId: string;
clientName?: string;
grantedScopes: string[];