From f27d1e0835af12e952c52d3cbdf63a18e1bed90d Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 4 Jan 2026 10:55:43 +0100 Subject: [PATCH] Refactor flow 2 --- app/api/auth/options.ts | 1 + 1 file changed, 1 insertion(+) 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 {