Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
957 stars 603 forks source link

Error loading metadata xml file on Firefox #1464

Closed garbidge closed 1 month ago

garbidge commented 1 month ago

Non Security Issues

There appears to be an issue with how the XML file is being provided for MetadataCommand - this is working without issue on Chrome, but on Firefox it fails with connection reset (NS_ERROR_NET_RESET). This was reproduced with the sample project here with no modifications: https://github.com/Sustainsys/Saml2.Samples

Additional info

Target .NET frameworks: net6.0;net7.0 Installed .NET frameworks: net6.0;net7.0;net8.0 Firefox version: 129.0

I can investigate further and try to find the cause of the problem / open a PR

garbidge commented 1 month ago

User error :) it wasn't using https in Firefox

Sorry!