Skip to content

Commit 3abb3eb

Browse files
Fix SuperOffice tests
Fix SuperOffice tests that were failing after the fix in a8f10db due to the issuer not being set.
1 parent ef6b94f commit 3abb3eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/AspNet.Security.OAuth.Providers.Tests/SuperOffice/SuperOfficeTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ protected internal override void RegisterAuthentication(AuthenticationBuilder bu
3535

3636
options.ClientId = "gg454918d75b1b53101065c16ee51123";
3737
options.TokenValidationParameters.ValidAudience = options.ClientId;
38+
options.TokenValidationParameters.ValidIssuer = "https://sod.superoffice.com";
3839
});
3940
}
4041

0 commit comments

Comments
 (0)