Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
I noticed the above mentioned issue while creating a user via SCIM where the 'location' HTTP header does not include the tenant domain in the URL. However the value of the 'location' meta attribute is correct. Both the 'location' meta attribute and the 'location' HTTP header should have the same value. See the example below.
This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!
Description
I noticed the above mentioned issue while creating a user via SCIM where the 'location' HTTP header does not include the tenant domain in the URL. However the value of the 'location' meta attribute is correct. Both the 'location' meta attribute and the 'location' HTTP header should have the same value. See the example below.
'location' meta attribute:
'location' HTTP header:
Steps to Reproduce
Post Actions
Affected Versions
[1] https://github.com/wso2/product-is/blob/6593b883b0f5c0531c6c84f275a345cf91e419b2/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/scim2/rest/api/SCIMUtils.java#L80