Client authentication using client_secret_jwt method #513
-
|
Up till the openid-client version 4.5.1, the JWT created for auth assertion, contained "aud" with string value post which it is changed to an object. However the standard documentation states that it should contain the URL |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The Otherwise you may use the |
Beta Was this translation helpful? Give feedback.
The
audclaim being an array is well within spec. You should reach out to the operator of your authorization server to fix their implementation.Otherwise you may use the
clientAssertionPayloadextra option on the callback method to pass whateveraudclaim value you want.