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
{{ message }}
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.
The sample doesn't set the current user. The user picker always displays the anonymous user as the selected/picked user.
After some investigation I identified the problem. The user picker is determines the current user based on the current principal identity name. In the sample the added users don't have a name. I fixed this in a local branch and would love to provide you with a PR.
Wouldn't it be better to add a claim for the name of the StuntmanUser within the constructor? The DefaultNameClaimType is name by default anyway.
The text was updated successfully, but these errors were encountered:
The sample doesn't set the current user. The user picker always displays the anonymous user as the selected/picked user.
After some investigation I identified the problem. The user picker is determines the current user based on the current principal identity name. In the sample the added users don't have a name. I fixed this in a local branch and would love to provide you with a PR.
Wouldn't it be better to add a claim for the name of the StuntmanUser within the constructor? The
DefaultNameClaimType
isname
by default anyway.The text was updated successfully, but these errors were encountered: