To use a dynamic client, make the same OAuth connection request but substitute a JWT Software Statement for the client_id parameter. At the moment, the JWT should be signed with HS256 and password as the secret ( this will be changed ).
The flow will continue as normal. When the user is redirected back to the redirect_uri it will include a client_id parameter in addition to authorization code or token.
To use a dynamic client, make the same OAuth connection request but substitute a JWT Software Statement for the
client_idparameter. At the moment, the JWT should be signed withHS256andpasswordas the secret ( this will be changed ).The flow will continue as normal. When the user is redirected back to the redirect_uri it will include a
client_idparameter in addition to authorization code or token.