3 references to GivenName
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookOptions.cs (1)
38
ClaimActions.MapJsonKey(ClaimTypes.
GivenName
, "first_name");
Microsoft.AspNetCore.Authentication.Google (1)
GoogleOptions.cs (1)
32
ClaimActions.MapJsonKey(ClaimTypes.
GivenName
, "given_name");
Microsoft.AspNetCore.Authentication.MicrosoftAccount (1)
MicrosoftAccountOptions.cs (1)
29
ClaimActions.MapJsonKey(ClaimTypes.
GivenName
, "givenName");