apk icon indicating copy to clipboard operation
apk copied to clipboard

Getting an invalid service namespace when retrieving the organization list

Open dulithsenanayake opened this issue 2 years ago • 0 comments

Description:

When retrieving the organization list using the Postman collection, the response object contains an invalid service namespace.

Steps to reproduce:

  1. Create an organization using the Postman collection with the sample data below,
{
    "name": "test",
    "displayName": "test",
    "organizationClaimValue": "0123-456-789-154",
    "enabled": false,
    "serviceNamespaces": [
    "Test"
    ]
}
  1. Get the organization list.
  2. In the list we can see the output below. { "id": "01edefea-e879-1426-a30f-d1247b117097", "name": "test", "displayName": "test", "organizationClaimValue": "0123-456-789-154", "enabled": false, "serviceNamespaces": [ "*" ] }

dulithsenanayake avatar May 11 '23 11:05 dulithsenanayake