Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
Is your suggestion related to an experience ? Please describe.
With this change, for the client-request token binding type, users will be able to obtain the tokenBindingId value they have sent in the token request. Though the JWT token returns a tokenBinding reference which is a hashed value, for this binding type, applications might be interested in knowing the value itself.
Describe the improvement
Return tokenBindingId as CNF in the jwt token for client-request binding type
Is your suggestion related to an experience ? Please describe.
With this change, for the client-request token binding type, users will be able to obtain the tokenBindingId value they have sent in the token request. Though the JWT token returns a tokenBinding reference which is a hashed value, for this binding type, applications might be interested in knowing the value itself.
Describe the improvement Return tokenBindingId as CNF in the jwt token for client-request binding type
Additional context