cnf
) claim that includes the thumbprint of the client application’s certificate directly within the issued access token.cnf
) claim.Attribute | mTLS | DPoP |
---|---|---|
Layer of operation | Transport layer (TLS/SSL) | Application layer (HTTP headers) |
Cryptography | Using Public Key Infrastructure (X.509 Certificates) | Using asymmetric keys (Client-generated key pairs) |
Proof of Possession | TLS handshake and certificate validation | DPoP Proof (signed JWT in HTTP header for each request) |
Client type | Confidential clients | Public clients (SPAs, mobile apps) |
Read | To learn |
---|---|
mTLS Sender Constraining | How mTLS sender constraining works in Auth0, step by step. |
Demonstrating Proof-of-Possession (DPoP) | How DPoP works in Auth0, step by step. |
Configure Sender Constraining | How to configure sender constraining for a client application and resource server in Auth0. |