You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some TokenValidationRule might need to validate information contained in the JWT header instead of in the claims set. It would be nice to enrich the ClaimTokenadding an additional Map with information contained in the token such as kid, algo, type ..etc.
Which Areas Would Be Affected?
e.g., DPF, CI, build, transfer, etc.
Why Is the Feature Desired?
Are there any requirements?
Who will sponsor this feature?
Please @-mention the committer that will sponsor your feature.
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered:
Feature Request
Some
TokenValidationRule
might need to validate information contained in the JWT header instead of in the claims set. It would be nice to enrich theClaimToken
adding an additionalMap
with information contained in the token such askid
,algo
,type
..etc.Which Areas Would Be Affected?
e.g., DPF, CI, build, transfer, etc.
Why Is the Feature Desired?
Are there any requirements?
Who will sponsor this feature?
Please @-mention the committer that will sponsor your feature.
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered: