Skip to content

feat: Support DPoP on Okta/OIDC Connections - EA#734

Open
duedares-rvj wants to merge 2 commits intov1from
SDK-8408/DPoP
Open

feat: Support DPoP on Okta/OIDC Connections - EA#734
duedares-rvj wants to merge 2 commits intov1from
SDK-8408/DPoP

Conversation

@duedares-rvj
Copy link
Copy Markdown
Member

@duedares-rvj duedares-rvj commented Mar 26, 2026

🔧 Changes

Allow configuring DPoPSigningAlg for Okta/OIDC Connections

📚 References

connection: Connection{
			Name:     auth0.Stringf("Test-Okta-Connection"),
			Strategy: auth0.String("okta"),
		},
		options: &ConnectionOptionsOkta{
			ClientID:              auth0.String("4ef8d976-71bd-4473-a7ce-087d3f0fafd8"),
			ClientSecret:          auth0.String("mySecret"),
			Scope:                 auth0.String("openid"),
			Domain:                auth0.String("domain.okta.com"),
			Issuer:                auth0.String("https://example.com"),
			AuthorizationEndpoint: auth0.String("https://example.com"),
			DPoPSigningAlg: auth0.String("ES256"),
		}

🔬 Testing

Relevant test case add and recorded.

📝 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)

@duedares-rvj duedares-rvj requested a review from a team as a code owner March 26, 2026 05:22
@duedares-rvj duedares-rvj changed the title feat: Support DPoP on Okta/OIDC Connections feat: Support DPoP on Okta/OIDC Connections - EA Mar 26, 2026
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.77%. Comparing base (200e6f8) to head (34201e3).

Additional details and impacted files
@@           Coverage Diff           @@
##               v1     #734   +/-   ##
=======================================
  Coverage   96.76%   96.77%           
=======================================
  Files          62       62           
  Lines       10891    10899    +8     
=======================================
+ Hits        10539    10547    +8     
  Misses        234      234           
  Partials      118      118           

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

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