Aggie Expert V2 imports user profiles from UCD IAM #17
Replies: 1 comment
-
Moved to issue #18 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AE user profiles are imported from UCD IAM identity management system via the IAM API(s).
The goal of this story is to demonstrate that we are using the FIN, fcrepo repository as the canonical data for AE. This is the initial demonstration of that functionality. User profile information will be imported from IAM, formatted to a filesystem, and then we will use the fin-cli to import that to the Aggie Expert backend.
Previously, IAM information was stored into a local Fuseki database, and then a construction was added to the centralized database. In the new method, (for now) we can save the IAM data as a jsonld file, and then run an arq command to convert that again, to the format that we want to import into AE. So for the import script, the task will be:
Outcome
At the conclusion of this task, we will have
Beta Was this translation helpful? Give feedback.
All reactions