FusionAuth / fusionauth-issues

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

[Bug]: SCIM ResourceTypes endpoint returns wrong location uris #2793

Open runely opened 1 week ago

runely commented 1 week ago

What happened?

The SCIM ResourceTypes endpoint (https://fusioninstance/api/scim/resource/v2/ResourceTypes) aswell as .../User and .../Group returns wrong location uri's

I expect that meta.location will be set to:

Instead meta.location is set to:

A GET request to either of the wrong location endpoints returns a 404 Not Found

Version

1.51.1

Affects Versions

Greater than or equal to 1.48.3 (maybe older aswell)