Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Fetch Missing Values from Management Portal REST API When Saving User #522

Open
this-Aditya opened this issue Jan 13, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@this-Aditya
Copy link
Member

this-Aditya commented Jan 13, 2025

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

@this-Aditya this-Aditya added the enhancement New feature or request label Jan 13, 2025
@yatharthranjan
Copy link
Member

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.

@this-Aditya
Copy link
Member Author

Okay, I created this issue because it was commented as a to-do in code. Yes, it would be nice to tackle this after shifting to Jersey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants