Skip to content
Snippets Groups Projects
Commit ea72f29b authored by Duncan Macleod's avatar Duncan Macleod Committed by Duncan Macleod
Browse files

update default scope/issuer for new token scheme

closes #19
parent 8b2fe17e
No related branches found
No related tags found
1 merge request!55Update default scope/issuer for new token scheme
......@@ -28,11 +28,11 @@ filter_preference = """{'^file': ['preferred', 'hdfs']}"""
# Set SciTokens claims
# SciTokens Issuer
scitokens_issuer = "https://cilogon.org/ligo"
scitokens_issuer = "https://cilogon.org/igwn"
# SciTokens Audience
scitokens_audience = ANY
# SciTokens Scope
scitokens_scope = "read:/frames"
scitokens_scope = "gwdatafind.read"
# authorization must be one of 'None' or 'virtual_host', or a combination
# of 'grid-mapfile' and/or 'scitoken' with comma seperation.
......
......@@ -16,4 +16,4 @@ scitokens_issuer = "test"
# SciTokens Audience
scitokens_audience = "TEST"
# SciTokens Scope
scitokens_scope = "read:/frames"
scitokens_scope = "gwdatafind.read"
......@@ -17,7 +17,7 @@ from utils import create_test_app
TEST_ISSUER = "test"
TEST_AUDIENCE = "TEST"
TEST_SCOPE = "read:/frames"
TEST_SCOPE = "gwdatafind.read"
# -- fixtures ---------------
......
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