Add iss claim support for WIT-SVIDs - #6857
Merged
Merged
Conversation
kanywst
requested review from
MarcosDY,
amartinezfayo,
evan2645,
rturner3 and
sorindumitru
as code owners
April 9, 2026 13:12
kanywst
force-pushed
the
feat/wit-svid-iss-claim
branch
from
April 11, 2026 04:01
23ecd2f to
06bf760
Compare
Member
|
Thanks @kanywst for the changes. Out of curiosity, are you planning on using the |
kanywst
force-pushed
the
feat/wit-svid-iss-claim
branch
from
April 21, 2026 23:14
06bf760 to
07e9dc2
Compare
Contributor
Author
|
Thanks for the review! I was looking at the WIT-SVID implementation and noticed there was no iss claim support unlike JWT-SVIDs. I thought it'd be useful to have the same option available. |
kanywst
force-pushed
the
feat/wit-svid-iss-claim
branch
from
April 23, 2026 14:59
07e9dc2 to
1105c9a
Compare
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
May 1, 2026
Signed-off-by: kanywst <niwatakuma@icloud.com>
Signed-off-by: kanywst <niwatakuma@icloud.com>
sorindumitru
force-pushed
the
feat/wit-svid-iss-claim
branch
from
May 1, 2026 09:58
1105c9a to
856e82a
Compare
sorindumitru
enabled auto-merge
May 1, 2026 09:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request check list
Affected functionality
WIT-SVID minting
Description of change
Adds a
wit_issueroption under experimental, same asjwt_issuerfor JWT-SVIDs.When set, the
issclaim is included in minted WIT-SVIDs.Which issue this PR fixes
#6856