50 of 123

Add profile option to set header type parameter of client authentication JWTs

Description

According to [1], we should now set the typ header parameter value to client-authentication+jwt for any client authentication JWTs. This should be configurable by the profile configuration, so a profile option for both RP and OP is needed.

Adding this profile option is needed to fix

[1]

Environment

None

Details

Assignee

Reporter

Components

Created last week
Updated last week

Activity

Philip Smart 
last week

I think clientAuthenticationJWTType would be a good name for this.

Philip Smart 
last week
(edited)

Given that the RP’s profile config already extends the OAuth2ClientAuthenticableClientProfileConfiguration profile interface, this seems like a good place to add this. , does this make sense for the OP?