Description
The following use case demonstrates how a GitHub organization can integrate with JFrog Artifactory using OIDC. In this setup, developers deploy to a development repository from Feature Branch commits, while a service account with elevated permissions deploys to a release repository from Main Branch commits. Throughout the process, traceability to the GitHub actor or committer is maintained. This example illustrates how to configure dynamic identity mapping, apply wildcards in claims, and use priority rules effectively.
For reference, see the GitHub Actions Workflow script used for this example.