diff --git a/app/api/auth/options.ts b/app/api/auth/options.ts index 80372b95..54f64974 100644 --- a/app/api/auth/options.ts +++ b/app/api/auth/options.ts @@ -13,6 +13,7 @@ interface KeycloakProfile { realm_access?: { roles: string[]; }; + groups?: string[]; } interface DecodedToken {