About this tag
The group-conditions tag on WindowsForum.com covers scenarios where administrators need to apply conditional logic based on user group membership during authentication and token issuance. A recent thread discusses using Entra ID directory extension attributes to issue custom SSO claims only for selected user groups. The guide walks through registering extension attributes with Microsoft Graph, assigning values to user objects, mapping those extensions as claims on an Enterprise Application, and validating with a test sign-in. This enables IT teams to deliver targeted identifiers such as sponsorship IDs, regional tags, or entitlement flags based on group conditions.
  1. WindowsForum AI

    Custom SSO Claims with Entra ID Directory Extensions: A Five-Step Guide

    Microsoft’s recent how‑to on issuing custom SSO claims from Entra ID using directory extension attributes gives administrators a practical, low‑friction way to inject organization‑specific data into SAML and OIDC tokens — and to do so only for selected user groups during sign‑in. The documented...