You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When having Realms enabled for the SCIM server the returned location (both in the header and the response body) does not include the Realm id/name. As expected calling that endpoint results in a 404 as accessing resources without the Realm specified should not be possible. I'd expect the location to include the Realm that it was created in.
As an example, the creation of a user on the 01ab2cc4-16f2-4e00-8296-8cd829b4e430 Realm (POST https://localhost:7225/01ab2cc4-16f2-4e00-8296-8cd829b4e430/Users/) results in the following response:
Hello,
When having Realms enabled for the SCIM server the returned location (both in the header and the response body) does not include the Realm id/name. As expected calling that endpoint results in a
404
as accessing resources without the Realm specified should not be possible. I'd expect the location to include the Realm that it was created in.As an example, the creation of a user on the
01ab2cc4-16f2-4e00-8296-8cd829b4e430
Realm (POST https://localhost:7225/01ab2cc4-16f2-4e00-8296-8cd829b4e430/Users/
) results in the following response:I'd expect the location to be
https://localhost:7225/01ab2cc4-16f2-4e00-8296-8cd829b4e430/Users/b6f44d27-04e6-46ab-adc4-8d1adb2817f2
.The text was updated successfully, but these errors were encountered: