Open
Description
IdP Saml v2 - Metadata url leads to 404
Description
When creating a Saml v2 IdP you get this metadata url:
Metadata URL: | https://FUSIONAUTH/samlv2/sp/metadata/SOME_UUID
This URL for me always leads to a 404. I found out that if you remove the /sp so the url be https://FUSIONAUTH/samlv2/metadata/SOME_UUID
if works fine and gives you the metadata xml.
Is the url without /sp the correct one or is there another issue?
Affects versions
1.45.1
Steps to reproduce
Create a SAML v2 IdP with nonsense data. After creating click on the View/Search icon, copy the metadata url and paste it into your browser window.
Expected behavior
The given metadata url should work without removing parts of it.