Closed
Description
Per #12465 (comment): GitLab now supports a customizable aud
for their CI-issued identity tokens, meaning that it should be possible to integrate them as a provider of trusted publishers!
Some initial tasks:
- Extract some GitLab OIDC tokens and inspect their claim set
- Determine the appropriate set of fields/claim constraints to expose to users
From there, the actual development tasks on this should look similar to the tasks enumerated in #13551.