Skip to content

Conversation

@kailash-b
Copy link
Contributor

Changes

This PR adds support for the DPoP (Demonstrating Proof-of-Possession) mechanism to the Resource Server proof-of-possession configuration.

Summary of changes:
The Mechanism enum now supports the DPoP value, which can be used when configuring proof-of-possession settings for resource servers:

var resourceServer = new ResourceServerUpdateRequest
{
    ProofOfPossession = new ProofOfPossession()
    {
        Mechanism = Mechanism.DPoP,
        Required = true
    }
};

References

  • Related to ticket: SDK-6814

Testing

This change has been tested with the following:

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of the platform/language

Checklist

@kailash-b kailash-b requested a review from a team as a code owner November 14, 2025 08:12
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.20%. Comparing base (a3dab88) to head (2def0a3).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #891   +/-   ##
=======================================
  Coverage   79.20%   79.20%           
=======================================
  Files         457      457           
  Lines        5915     5915           
  Branches      277      277           
=======================================
  Hits         4685     4685           
  Misses       1136     1136           
  Partials       94       94           
Flag Coverage Δ
authIntTests 30.60% <ø> (ø)
mgmtIntTests 60.79% <ø> (ø)
unittests 8.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@kailash-b kailash-b enabled auto-merge November 14, 2025 08:15
@kailash-b kailash-b merged commit c24f786 into master Nov 14, 2025
11 of 12 checks passed
@kailash-b kailash-b deleted the feat/SDK-6814 branch November 14, 2025 08:34
@kailash-b kailash-b mentioned this pull request Dec 5, 2025
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.

3 participants