Skip to content
Snippets Groups Projects
Commit 54fe97ea authored by Duncan Meacher's avatar Duncan Meacher
Browse files

Merge branch 'update-scope-issuer' into 'master'

Update default scope/issuer for new token scheme

Closes #19

See merge request !55
parents 8b2fe17e ea72f29b
No related branches found
No related tags found
1 merge request!55Update default scope/issuer for new token scheme
Pipeline #477103 passed
......@@ -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