You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current manifest sample for configuring groups optional claim uses a non-existent property `netbios_name_and_sam_account_name`. This is a typo, and the real property should be `netbios_domain_and_sam_account_name`
-------
cc: @billmath
@@ -266,4 +266,4 @@ Emit group names to be returned in `NetbiosDomain\sAMAccountName` format as the
266
266
267
267
-[Add authorization using groups & group claims to an ASP.NET Core web app (code sample)](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/blob/master/5-WebApp-AuthZ/5-2-Groups/README.md)
268
268
-[Assign a user or group to an enterprise app](../../active-directory/manage-apps/assign-user-or-group-access-portal.md)
269
-
-[Configure role claims](../../active-directory/develop/active-directory-enterprise-app-role-management.md)
269
+
-[Configure role claims](../../active-directory/develop/active-directory-enterprise-app-role-management.md)
0 commit comments