Skip to content

feat: Add support for DPoP GA#1311

Open
ramya18101 wants to merge 1 commit intomasterfrom
DXCDT-1470-Add-support-for-DPoP
Open

feat: Add support for DPoP GA#1311
ramya18101 wants to merge 1 commit intomasterfrom
DXCDT-1470-Add-support-for-DPoP

Conversation

@ramya18101
Copy link
Contributor

@ramya18101 ramya18101 commented Feb 27, 2026

🔧 Changes

Add support for proof_of_possession with required_for in resource servers

YAML Example

resourceServers:
  - name: My API
    identifier: https://api.example.com
    proof_of_possession:
      mechanism: dpop
      required: true
      required_for: public_clients

Directory Example

{
  "name": "My API",
  "identifier": "https://api.example.com",
  "proof_of_possession": {
    "mechanism": "mtls",
    "required": true,
    "required_for": "all_clients"
  }
}

📚 References

https://auth0.com/docs/api/management/v2/resource-servers/post-resource-servers
https://auth0.com/docs/api/management/v2/resource-servers/get-resource-servers-by-id
https://auth0.com/docs/api/management/v2/resource-servers/patch-resource-servers-by-id

🔬 Testing

  • Unit tests added

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.17%. Comparing base (6c2a620) to head (297bce1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1311   +/-   ##
=======================================
  Coverage   80.17%   80.17%           
=======================================
  Files         149      149           
  Lines        6048     6048           
  Branches     1237     1237           
=======================================
  Hits         4849     4849           
  Misses        685      685           
  Partials      514      514           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ramya18101 ramya18101 marked this pull request as ready for review February 27, 2026 06:56
@ramya18101 ramya18101 requested a review from a team as a code owner February 27, 2026 06:56
@ramya18101 ramya18101 changed the title Add support for DPoP GA feat: Add support for DPoP GA Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants