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
Description: When saving a user to the database, if any value is null and can be retrieved from the Management Portal, fetch the missing value using the Management Portal API. For example: If only subject Id is present then other values like projectId etc can be fetched from MP using API.
Prerequisite: Before implementing this functionality, ensure support for Management Portal APIs has been added. For more details, refer to the related issue: #521
The text was updated successfully, but these errors were encountered:
The app server was created with de-coupling in mind, so it does not rely on any entity management system; this way, MP or any other system is readily swappable. This is more important now as we get rid of the management portal that is in favour of Ory. But I agree it would be nice to support the external state store to keep things consistent and not have to maintain the same state in 2 places. This should be handled after moving from spring to Jersey as radar-jersey library already supports this using project and user service components.
Description: When saving a user to the database, if any value is null and can be retrieved from the Management Portal, fetch the missing value using the Management Portal API. For example: If only subject Id is present then other values like projectId etc can be fetched from MP using API.
Prerequisite: Before implementing this functionality, ensure support for Management Portal APIs has been added. For more details, refer to the related issue: #521
The text was updated successfully, but these errors were encountered: