Skip to content

Commit

Permalink
Add Academic ID
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Jan 5, 2024
1 parent f164cd2 commit 94ccca5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/example_aio.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"https://wlcg.cloud.cnaf.infn.it/",
"https://proxy.eduteams.org/",
"https://cilogon.org/",
"https://keycloak.sso.gwdg.de/auth/realms/academiccloud",
]
)

Expand Down
1 change: 1 addition & 0 deletions examples/example_fastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def is_admin(user_infos):
"https://wlcg.cloud.cnaf.infn.it/",
"https://proxy.eduteams.org/",
"https://cilogon.org/",
"https://keycloak.sso.gwdg.de/auth/realms/academiccloud",
]
)

Expand Down
1 change: 1 addition & 0 deletions examples/example_flask.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Config(object):
"https://wlcg.cloud.cnaf.infn.it/",
"https://proxy.eduteams.org/",
"https://cilogon.org/",
"https://keycloak.sso.gwdg.de/auth/realms/academiccloud",
]

# Additional example configuration:
Expand Down
1 change: 1 addition & 0 deletions flaat/flaat_userinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"https://regapp.nfdi-aai.de/oidc/realms/nfdi_demo",
"https://auth.didmos.nfdi-aai.de",
"https://cilogon.org/",
"https://keycloak.sso.gwdg.de/auth/realms/academiccloud",
]


Expand Down

0 comments on commit 94ccca5

Please sign in to comment.