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 honorPersistentNameId to okta_idp_saml Terraform Resource #2064

Open
caeblau opened this issue Aug 14, 2024 · 1 comment
Open

Add honorPersistentNameId to okta_idp_saml Terraform Resource #2064

caeblau opened this issue Aug 14, 2024 · 1 comment
Labels
enhancement Asking for new behavior or feature triaged Triaged into internal Jira

Comments

@caeblau
Copy link

caeblau commented Aug 14, 2024

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

According to Okta docs, the identity provider API provides an option to set the honorPersistentNameId field, which is not present in the okta_idp_saml docs. Could you support that functionality?

New or Affected Resource(s)

  • okta_idp_saml

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
resource "okta_idp_saml" "some_idp" {
  name                       = "name"
  sso_url                    = "https://thisisaurl/sso"
  sso_destination            = "https://thisisadestination/sso"
  username_template          = "idpuser.subjectNameId"
  kid                        = "kid"
  issuer                     = "https://sso-issuer/metadata"
  honorPersistentNameId      = true
  request_signature_scope    = "REQUEST"
  response_signature_scope   = "ANY"
  max_clock_skew             = 120000
  profile_master             = false
  provisioning_action        = "DISABLED"
  subject_match_attribute    = "email"
  subject_match_type         = "CUSTOM_ATTRIBUTE"
}

References

  • #0000
@caeblau caeblau added the enhancement Asking for new behavior or feature label Aug 14, 2024
@duytiennguyen-okta duytiennguyen-okta added the triaged Triaged into internal Jira label Aug 20, 2024
@duytiennguyen-okta
Copy link
Contributor

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

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