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

Implement EGA Integration Flow for Updating Approved Users #454

Open
6 of 7 tasks
b-f-chan opened this issue Sep 11, 2024 · 0 comments
Open
6 of 7 tasks

Implement EGA Integration Flow for Updating Approved Users #454

b-f-chan opened this issue Sep 11, 2024 · 0 comments

Comments

@b-f-chan
Copy link

b-f-chan commented Sep 11, 2024

Implement the logical flow for integrating with the EGA API and updating their list of approved users

The flow is broken into several steps/sections, to be implemented in sequence as follows:

  • Get all permissions for every approved user
  • Get user info by email address and store in list
  • Implement logical loop to approve all users:
    • Create permissions request for users that need it
    • Then approve above request
  • Implement logical loop to remove all users NOT in DACO approved list
  • Add refresh token handling

NOTE: The steps will use the function requests implemented earlier in #453

Here is the full sequence diagram for the flow:

icgc-ega-daco.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants