We are getting this message in our logs when our Claims provider tries to connect:
Microsoft.IdentityServer.Web.UnsupportedSamlResponseException: MSIS7030: SAML
response must contain exactly one assertion.
at
Microsoft.IdentityServer.Web.FederationPassiveAuthentication.BuildSignInResponseForProtocolResponse(FederationPassiveContext
federationPassiveContext)
at
Microsoft.IdentityServer.Web.FederationPassiveAuthentication.BuildSignInResponse(SecurityToken
securityToken)"
Do you know what this means?
Paul