Multiple Values in JSON Claims

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

From Artifactory version 7.94.1, multiple values are supported for JSON Claims. Identity mappings use JSON Claims to define the scope of generated access tokens. You can now define the scope of an access token for multiple values, for example for multiple repositories and environments.

Example

Following is an example of a JSON Claim definition for multiple repositories.

{
 "repository":["jfrog/jfrog-cli", "jfrog/artifactory-client-java", "jfrog/setup-jfrog-cli"]
}