Skip to content
Snippets Groups Projects
Commit c386a69f authored by František Dvořák's avatar František Dvořák
Browse files

Switch to GÉANT AAI

parent 11e209c6
No related branches found
No related tags found
No related merge requests found
...@@ -83,26 +83,18 @@ hub: ...@@ -83,26 +83,18 @@ hub:
# - cesnet/playbooks/templates/binder.yaml # - cesnet/playbooks/templates/binder.yaml
# - documentation/content/en/users/dev-env/notebooks/_index.md # - documentation/content/en/users/dev-env/notebooks/_index.md
allowed_groups: allowed_groups:
- urn:mace:egi.eu:group:vo.access.egi.eu:role=member#aai.egi.eu - urn:geant:eosc-federation.eu:testing:group:eosc#testing.eosc-federation.eu
- urn:mace:egi.eu:group:vo.notebooks.egi.eu:role=member#aai.egi.eu
- urn:mace:egi.eu:www.egi.eu:fedcloud-users:member@egi.eu
- urn:mace:egi.eu:www.egi.eu:techsolutions:member@egi.eu
# changed 2022-10
- urn:mace:egi.eu:group:fedcloud-users#sso.egi.eu
- urn:mace:egi.eu:group:supplier-notebooks#sso.egi.eu
- urn:mace:egi.eu:group:techsolutions#sso.egi.eu
- urn:mace:egi.eu:group:notebooks-support#sso.egi.eu
auto_login: true auto_login: true
claim_groups_key: "eduperson_entitlement" claim_groups_key: "entitlements"
EGICheckinAuthenticator: EGICheckinAuthenticator:
checkin_host: "{{ secret['checkin_host'] }}" checkin_host: "{{ secret['checkin_host'] }}"
authorize_url: "https://{{ secret['checkin_host'] }}/auth/realms/egi/protocol/openid-connect/auth" authorize_url: "https://{{ secret['checkin_host'] }}/OIDC/authorization"
token_url: "https://{{ secret['checkin_host'] }}/auth/realms/egi/protocol/openid-connect/token" token_url: "https://{{ secret['checkin_host'] }}/OIDC/token"
userdata_url: "https://{{ secret['checkin_host'] }}/auth/realms/egi/protocol/openid-connect/userinfo" userdata_url: "https://{{ secret['checkin_host'] }}/OIDC/userinfo"
client_id: "{{ secret['client_id'] }}" client_id: "{{ secret['client_id'] }}"
client_secret: "{{ secret['client_secret'] }}" client_secret: "{{ secret['client_secret'] }}"
oauth_callback_url: "https://eosc.zcu.cz/hub/oauth_callback" oauth_callback_url: "https://eosc.zcu.cz/hub/oauth_callback"
scope: ["openid", "profile", "email", "offline_access", "eduperson_scoped_affiliation", "eduperson_entitlement"] scope: ["openid", "profile", "email", "entitlements"]
username_key: "sub" username_key: "sub"
JupyterHub: JupyterHub:
admin_access: true admin_access: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment