FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
91 stars 12 forks source link

[Bug]: UI does not remove origin URL validation message even when value added to allowed origins in CORS filter #2879

Open jobannon opened 2 months ago

jobannon commented 2 months ago

What happened?

Create two SAML IdP's and enable them

See that you will have the following two validation warnings

image

for both http://boman.com and http://sofrad.com (corresponding to each IdP made)

Add this http://boman.com to the allowed origins under system settings

image

See that the origin still shows up (http://bowman.com) as part of the validation message

image

Functionally, there is no impact (the allowed origin, http://boman.com is allowed as per the CORS filter).

Version

1.53.0

Affects Versions

No response