Wildcard values are supported from Artifactory version 7.94.1 for JSON Claims. You can now define the scope of an access token using wildcard values, and can use both explicit and implied patterns.
Examples
Following are two examples of a JSON Claim definition for repositories using a wildcard.
{ "repository": "jfrog/*" }
{ "repository": "jfrog/jfrog-cli/**" }