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

Cloud credentials: EGI Check-in #528

Open
sebastian-luna-valero opened this issue Mar 13, 2024 · 1 comment
Open

Cloud credentials: EGI Check-in #528

sebastian-luna-valero opened this issue Mar 13, 2024 · 1 comment

Comments

@sebastian-luna-valero
Copy link

Hi,

Once you log into the IM Dashboard using EGI Check-in you get your OIDC access token with the eduperson_entitlement scope that lists all the VOs and sites that you have access to.

Would it be possible to use the information provided by the eduperson_entitlement scope and update the Cloud Provider Selection:

image

So instead it has two drop-down menus:

  1. Choose VO
  2. Choose Site

Then, EGI users won't have to configure Cloud Credentials for every <VO, site> in:
https://im.egi.eu/im-dashboard/manage_creds

Many thanks!
Sebastian

@sebastian-luna-valero
Copy link
Author

xref: https://aai.egi.eu/token/

curl https://aai.egi.eu/auth/realms/egi/protocol/openid-connect/userinfo -H 'Authorization: Bearer ${TOKEN}' -H 'Content-type: application/json' | python3 -m json.tool;

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

No branches or pull requests

1 participant