Replies: 1 comment 2 replies
-
Hi, The idea is precisely to add more extension points as the need arises. We have only added the bare minimum for a certain use case we have in mind. Is the idea here to do this registering asynchronously in the background, or synchronously with the login, so that it can also fail the login or at least prevent using REMS before registering is done?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
What is the possibility of adding an extension point, perhaps called "extension-point/process-user-data", that would expect a process function?
The idea is that a federated user may come to a community first through the REMS application in order to seek access to a resource. A process function invoked after the federated user data is transformed and validated could query the community registry/AAI to determine if the federated user is already registered and known to the community, and if not it could register the federated identity into the community AAI/registry to then facilitate other identity management and authorization processes that are out of scope of REMS.
Thanks for your consideration.
Beta Was this translation helpful? Give feedback.
All reactions