Note on priority

OIDC Integration: Use Case, Dynamic Identity Mapping, Wildcards, & Priority Rules

Products
Frog_Artifactory
Content Type
Integrations
AuthorFullName__c
Jeremy Leopold
articleNumber
000006684
FirstPublishedDate
2025-11-09T08:45:13Z
lastModifiedDate
2025-11-09
VersionNumber
3
Since multiple mappings can apply, priority ensures the intended one is evaluated first. In this case, the main branch mapping is set to priority 1, so it always takes precedence over the dev branch mapping at priority 2. This guarantees that commits from refs/heads/main are resolved against the main branch rule, while all other branches are matched by the dev branch rule.