-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation