1

I'm using ITFoxtec SAML 2.0 where I have started multiple projects; TestIdpCore and TestWebAppCore. Once I click on the TestWebAppCore login link, I face the error "The SSL connection could not be established"

1 Answers1

2

The problem is the TLS/SSL certificate you are using on the TestIdpCore, which is apparently not accepted by .NET Core. TestIdpCore espose a SAML 2.0 metadata endpoint which is read by TestWebAppCore as the first step in the login sequence.

Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25