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
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.
The text was updated successfully, but these errors were encountered:
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 withHS256
andpassword
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.The text was updated successfully, but these errors were encountered: