We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c978f0c commit 05aa969Copy full SHA for 05aa969
test/AspNet.Security.OAuth.Providers.Tests/Etsy/EtsyTests.cs
@@ -25,7 +25,7 @@ protected internal override void RegisterAuthentication(AuthenticationBuilder bu
25
26
[Theory]
27
[InlineData(ClaimTypes.NameIdentifier, "123456")]
28
- [InlineData("shop_id", "789012")]
+ [InlineData("urn:etsy:shop_id", "789012")]
29
public async Task Can_Sign_In_Using_Etsy(string claimType, string claimValue)
30
=> await AuthenticateUserAndAssertClaimValue(claimType, claimValue);
31
0 commit comments