From c6427aa296fb6aa5037e3797271ffd4f4f3e9387 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Sat, 30 Aug 2025 11:43:25 +0200 Subject: [PATCH] Use group id instead of group name for Entra ID --- docs/ref/oidc.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ref/oidc.md b/docs/ref/oidc.md index d39c9e63..f56da4f2 100644 --- a/docs/ref/oidc.md +++ b/docs/ref/oidc.md @@ -304,3 +304,6 @@ Entra ID is: `https://login.microsoftonline.com//v2.0`. The followi - `domain_hint: example.com` to use your own domain - `prompt: select_account` to force an account picker during login + +Groups for the [allowed groups filter](#authorize-users-with-filters) need to be specified with their group ID instead +of the group name.