-
Notifications
You must be signed in to change notification settings - Fork 550
Closed
Milestone
Description
While looking into additional tests for #280 (see #282), I found that the name claim used is different compared to the Salesforce documentation.
In the provider, "user_name"
is used.
Line 30 in 8b1b82e
ClaimActions.MapJsonKey(ClaimTypes.Name, "user_name"); |
In the documentation, "username"
is used.
The example does not actually contain either "user_name"
or "username"
, so I'm unable to easily verify whether this is a code issue or a docs issue.
Metadata
Metadata
Assignees
Labels
No labels