Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DPoP flag on Oauth apps #2028

Open
clementdenis opened this issue Jun 26, 2024 · 1 comment
Open

Add DPoP flag on Oauth apps #2028

clementdenis opened this issue Jun 26, 2024 · 1 comment
Labels
enhancement Asking for new behavior or feature triaged Triaged into internal Jira

Comments

@clementdenis
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Description

The Okta Terraform provider should support the dpop_bound_access_tokens flag on okta_app_oauth resources.
It should default to false if omitted (which is the current behavior of the API).

New or Affected Resource(s)

  • okta_app_oauth

Potential Terraform Configuration

resource "okta_app_oauth" "example" {
  label          = "example"
  type           = "web"
  grant_types    = ["authorization_code"]
  redirect_uris  = ["https://example.com/"]
  response_types = ["code"]
  dpop_bound_access_tokens = true
}

References

@clementdenis clementdenis added the enhancement Asking for new behavior or feature label Jun 26, 2024
@duytiennguyen-okta duytiennguyen-okta added the triaged Triaged into internal Jira label Jul 2, 2024
@duytiennguyen-okta
Copy link
Contributor

OKTA internal reference https://oktainc.atlassian.net/browse/OKTA-744796

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Asking for new behavior or feature triaged Triaged into internal Jira
Projects
None yet
Development

No branches or pull requests

2 participants