feat(app_oauth): add dpop_bound_access_tokens attribute - #2860
Open
Azmah-Bad wants to merge 1 commit into
Open
Conversation
Expose settings.oauthClient.dpopBoundAccessTokens on okta_app_oauth as a read/write boolean. Omitted -> Okta API default (false, surfaced via Computed); explicit value drift-detects an out-of-band Admin-UI flip, using the same GetRawConfig() null-vs-set pattern as pkce_required. The v6 okta-sdk-golang already models the field (OpenIdConnectApplicationSettingsClient.DpopBoundAccessTokens), so this is pure schema/build/read plumbing plus an acceptance test. Fixes okta#2028 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
@pranav-okta @aditya-okta - would you be willing to review this at your convenience? We'd like it as DPoP is required for Org2Org OAuth SCIM provisioning. Thanks! |
|
@dhiwakar-okta Maybe you could help get this reviewed? We (Pulumi) have a mutual customer who is waiting on this fix. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expose settings.oauthClient.dpopBoundAccessTokens on okta_app_oauth as a read/write boolean. Omitted -> Okta API default (false, surfaced via Computed); explicit value drift-detects an out-of-band Admin-UI flip, using the same GetRawConfig() null-vs-set pattern as pkce_required.
The v6 okta-sdk-golang already models the field
(OpenIdConnectApplicationSettingsClient.DpopBoundAccessTokens), so this is pure schema/build/read plumbing plus an acceptance test.
Fixes #2028