Skip to content

Commit 4dc0cb9

Browse files
committed
TestWebAppCore clean up
1 parent 22ae0c5 commit 4dc0cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestWebAppCore/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void ConfigureServices(IServiceCollection services)
4545
{
4646
saml2Configuration.AllowedIssuer = entityDescriptor.EntityId;
4747
saml2Configuration.SingleSignOnDestination = entityDescriptor.IdPSsoDescriptor.SingleSignOnServices.First().Location;
48-
// saml2Configuration.SingleLogoutDestination = entityDescriptor.IdPSsoDescriptor.SingleLogoutServices.First().Location;
48+
saml2Configuration.SingleLogoutDestination = entityDescriptor.IdPSsoDescriptor.SingleLogoutServices.First().Location;
4949
foreach (var signingCertificate in entityDescriptor.IdPSsoDescriptor.SigningCertificates)
5050
{
5151
if (signingCertificate.IsValidLocalTime())

0 commit comments

Comments
 (0)