When generating service instance entries in the Service Registry, the system will check the authentication token from the user request and pick up the organization information from there.
This works find for requests coming users through the OAuth2 flow.
However, for requests that fort example come through the Management Portal, or other API requests, previously it did not pick up correctly that information since the authentication type (JWT) was not supported.
This has now been fixed, and additional unit-tests have been added to prove it.
When generating service instance entries in the Service Registry, the system will check the authentication token from the user request and pick up the organization information from there.
This works find for requests coming users through the OAuth2 flow.
However, for requests that fort example come through the Management Portal, or other API requests, previously it did not pick up correctly that information since the authentication type (JWT) was not supported.
This has now been fixed, and additional unit-tests have been added to prove it.