ApiKeyOIDCSettings represents the OIDC settings for an API key.
- issuerThe OIDC issuer URL.
- clientIdThe OIDC client ID (audience).
- subjectExpressionThe regular expression against which the subject of the OIDC token will be matched.
- claimMappingClaimMapping!Claim mappings for mapping IdP JWT claim keys to Spacelift claim keys. For example, mapping "cognito_groups" to "groups" allows dynamic team extraction from the OIDC token.