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