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 22ae0c5 commit 4dc0cb9Copy full SHA for 4dc0cb9
test/TestWebAppCore/Startup.cs
@@ -45,7 +45,7 @@ public void ConfigureServices(IServiceCollection services)
45
{
46
saml2Configuration.AllowedIssuer = entityDescriptor.EntityId;
47
saml2Configuration.SingleSignOnDestination = entityDescriptor.IdPSsoDescriptor.SingleSignOnServices.First().Location;
48
- // saml2Configuration.SingleLogoutDestination = entityDescriptor.IdPSsoDescriptor.SingleLogoutServices.First().Location;
+ saml2Configuration.SingleLogoutDestination = entityDescriptor.IdPSsoDescriptor.SingleLogoutServices.First().Location;
49
foreach (var signingCertificate in entityDescriptor.IdPSsoDescriptor.SigningCertificates)
50
51
if (signingCertificate.IsValidLocalTime())
0 commit comments