Is your feature request related to a problem?
I would like to use the tokens generated from gp idp token with gitsign and fulcio but they are missing certain claims for that to work.
{
"iss": "https://api.gitpod.io/idp",
"aud": [
"sigstore"
],
"azp": "sigstore",
"c_hash": "",
"exp": 1683410309,
"iat": 1683406709,
"auth_time": 1683406709,
"sub": "https://gitlab.com/ChevronTango/gpg-test/-/tree/main/",
"name": "ChevronTango"
}
Describe the behaviour you'd like
Please include a additional email and email_verified claims in the JWT token.
https://github.com/sigstore/fulcio/blob/main/docs/oidc.md#email-1
Describe alternatives you've considered
Additional context
Support for fulcio allows me to progress my investigation as part of #666
Is your feature request related to a problem?
I would like to use the tokens generated from
gp idp tokenwith gitsign and fulcio but they are missing certain claims for that to work.{ "iss": "https://api.gitpod.io/idp", "aud": [ "sigstore" ], "azp": "sigstore", "c_hash": "", "exp": 1683410309, "iat": 1683406709, "auth_time": 1683406709, "sub": "https://gitlab.com/ChevronTango/gpg-test/-/tree/main/", "name": "ChevronTango" }Describe the behaviour you'd like
Please include a additional
emailandemail_verifiedclaims in the JWT token.https://github.com/sigstore/fulcio/blob/main/docs/oidc.md#email-1
Describe alternatives you've considered
Additional context
Support for fulcio allows me to progress my investigation as part of #666