Skip to content

Commit 3cf7b1d

Browse files
committed
Add missing leading slash
1 parent 7bf5fe4 commit 3cf7b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scitokens_internal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ scitokens::Enforcer::scope_validator(const jwt::claim &claim, void *myself) {
599599
alt_authz = "modify";
600600
} else if (authz == "compute.read") {
601601
authz = "condor";
602-
path = "READ";
602+
path = "/READ";
603603
} else if (authz == "compute.modify") {
604604
compat_modify = true;
605605
} else if (authz == "compute.create") {

0 commit comments

Comments
 (0)