We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b33e0c commit e66a370Copy full SHA for e66a370
2 files changed
test/AspNet.Security.OAuth.Providers.Tests/Yahoo/YahooTests.cs
@@ -28,6 +28,7 @@ protected internal override void RegisterAuthentication(AuthenticationBuilder bu
28
}
29
30
[Theory]
31
+ [InlineData(ClaimTypes.Email, "john@john-smith.local")]
32
[InlineData(ClaimTypes.NameIdentifier, "my-id")]
33
[InlineData(ClaimTypes.Name, "John Smith")]
34
[InlineData("urn:yahoo:familyname", "Smith")]
test/AspNet.Security.OAuth.Providers.Tests/Yahoo/bundle.json
@@ -17,6 +17,7 @@
17
"contentFormat": "json",
18
"contentJson": {
19
"sub": "my-id",
20
+ "email": "john@john-smith.local",
21
"name": "John Smith",
22
"family_name": "Smith",
23
"given_name": "John",
0 commit comments