Skip to content

Commit

Permalink
Add PSNC OPs to flaat trusted OPs
Browse files Browse the repository at this point in the history
FIXME: add this to configuration
  • Loading branch information
marcvs committed Dec 11, 2024
1 parent 2f7a3f3 commit 4f19151
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alise/router_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"https://aai-demo.egi.eu/auth/realms/egi",
"https://accounts.google.com/",
"https://login.helmholtz.de/oauth2/",
"https://keycloak-dev.apps.paas-dev.psnc.pl/auth/realms/devops",
"https://keycloak-dev.apps.paas-dev.psnc.pl/auth/realms/psnc-ldap-externals"
]
)
flaat.set_verbosity(3)
Expand Down Expand Up @@ -156,6 +158,7 @@ def all_my_mappings_raw(
raise exceptions.InternalException("Could not find user infos")
# logger.info(user_infos.toJSON())
logger.info(type(user_infos))
# response = JSONResponse({"key": "value"})
response = JSONResponse({"key": "value"})
return response

Expand Down

0 comments on commit 4f19151

Please sign in to comment.