/userinfo
only, or only intended to be used with the /userinfo
endpoint, or is a custom API that may include /userinfo
when you also request the openid scope, affects whether access tokens are sender constrained.
required
by the client application.
none
: You have not configured sender constraining for the resource server.allowed
: You have configured sender constraining for the resource server by setting a sender constraining method.required
: You have configured sender constraining as required for the resource server, meaning that access tokens must be sender-constrained to an application. Requires a sender constraining method.DPoP
Proof JWT in the DPoP HTTP header of every request where the associated access token is used.Requested Audience Type | Client Requires PoP? | Proof-of-Possession (PoP) Sent by Client? | Auth0 Resource Server Policy: None | Auth0 Resource Server Policy: Allowed (Not Required) | Auth0 Resource Server Policy: Required |
---|---|---|---|---|---|
Userinfo Only | No | No | Issued, Not Sender-Constrained | N/A | N/A |
Userinfo Only | No | Yes | Issued, Sender-Constrained | N/A | N/A |
Userinfo Only | Yes | No | Not Issued | N/A | N/A |
Userinfo Only | Yes | Yes | Issued, Sender-Constrained | N/A | N/A |
Custom Audience (may contain Userinfo) | No | No | Issued, Not Sender-Constrained | Issued, Not Sender-Constrained | Not Issued |
Custom Audience (may contain Userinfo) | No | Yes | Issued, Not Sender-Constrained | Issued, Sender-Constrained | Issued, Sender-Constrained |
Custom Audience (may contain Userinfo) | Yes | No | Not Issued | Not Issued | Not Issued |
Custom Audience (may contain Userinfo) | Yes | Yes | Not Issued | Issued, Sender-Constrained | Issued, Sender-Constrained |