Closed
Description
RFC9449 introduces a way to constraint tokens (access_token
, refresh_token
) to a client provided pub key.
For a resource server (implemented using spring security) it would be really useful to implement in addition to bearer authentication the DPoP Authentication scheme
Note: Nimbus contains already support for producing DPoP JWT(s) & validating them