Looks like the following documentation is outdate https://extensions.xwiki.org/xwiki/bin/view/Extension/OpenID%20Connect/OpenID%20Connect%20Authenticator/OpenID%20Authentication%20with%20Microsoft%20Entra%20ID/
I could see Azure no longer returns the Group Names in the Groups Claim, instead it just returns the Group ID.
If only the Group IDs are being return, then the following Regex based Group Sync will no longer work for Azure OIDC based set up
oidc.groups.mapping.include=^XWiki\\.(.*)-APPXWIKI-(.*)$
oidc.groups.mapping.exclude=^XWiki\\.Local\\.
If the regex based sync will not be possible for Azure OIDC, Can some one explicitly add this to the Docs here https://extensions.xwiki.org/xwiki/bin/view/Extension/OpenID%20Connect/OpenID%20Connect%20Authenticator/OpenID%20Authentication%20with%20Microsoft%20Entra%20ID/
I am just wondering how the enterprises having multiple internal teams and projects, manage the Group and Rights. More concerned about syncing the Azure Entra ID Groups to XWiki without mapping each individual group IDs to xwiki groups.
Thanks in advance