Free DPoP

Issue #341 resolved
Brian Campbell created an issue

Baseline has "shall only issue sender-constrained access tokens using Mutual TLS as described in [@!RFC8705]" for servers and "shall support sender-constrained access tokens using Mutual TLS as described in [@!RFC8705]" for clients.

Why not allow for DPoP too?

MTLS just isn't accessible in a lot of cases and mandating it is severely limiting the applicability of FAPI2.

Comments (8)

  1. Joseph Heenan

    +1 for allowing DPoP in FAPI2. (Even though that means a bunch of extra work on the conformance tests, and even though I suspect it’ll cause extra pain because some ecosystems will choose to have their resource servers require DPoP in addition to some form of mutual tls…)

  2. Filip Skokan

    FAPI 2.0 baseline with private_key_jwt and DPoP means there’s no need to deploy MTLS (for the sake of mTLS sender constraining).

    +1

  3. Daniel Fett

    I didn’t notice that the branch was not merged yet, thanks for the ping. Any new changes shall go into separate branches/PRs.

  4. Log in to comment