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
The samples for the group management were not working, the `string userId` could not be bound correctly.
By passing a `ClaimsPrincipal` we can correctly get the claims the user has used call the method, and therefore we can get its `UserId`.
Fixes #34409
0 commit comments