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 ef6b94f commit 3abb3ebCopy full SHA for 3abb3eb
test/AspNet.Security.OAuth.Providers.Tests/SuperOffice/SuperOfficeTests.cs
@@ -35,6 +35,7 @@ protected internal override void RegisterAuthentication(AuthenticationBuilder bu
35
36
options.ClientId = "gg454918d75b1b53101065c16ee51123";
37
options.TokenValidationParameters.ValidAudience = options.ClientId;
38
+ options.TokenValidationParameters.ValidIssuer = "https://sod.superoffice.com";
39
});
40
}
41
0 commit comments