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

Okta SAML IDP attributes : issuer _mode and name_format in resource okta_idp_saml #2065

Open
venkatakanupuru opened this issue Aug 15, 2024 · 2 comments
Labels
breaking-change Will break established behavior of the current minor version of the provider enhancement Asking for new behavior or feature triaged Triaged into internal Jira

Comments

@venkatakanupuru
Copy link

venkatakanupuru commented Aug 15, 2024

Hi Team

Thank you so much for my previous requests and resolution.
sso_url and other attributes are now fixed. ( Identity Provider sso_url #1558 )
However issuer_mode, name_format which is not required but with or without these they are being added or mentions that these changes will be applied.

Okta Terraform provider version : 4.9.0

example with test / dummy data:

% terraform import okta_idp_saml.import-idp 0oaj0lhsbzqZGyHKT5d7
Import successful!

image

% terraform plan -out plan.test

image

Even if the issuer_mode and name_format are included in the script it shows 1 to change. And after apply it comes up in the Okta logs that some changes were applied. These attributes are not in the Okta UI to change or configure them. Can this be included same as the sso_url and others.

Thank you,
Venkata

@duytiennguyen-okta
Copy link
Contributor

@venkatakanupuru that is because issue_mode and name_format has default in it. To remove it away would be a breaking change and would have to wait until v5

@duytiennguyen-okta duytiennguyen-okta added triaged Triaged into internal Jira breaking-change Will break established behavior of the current minor version of the provider enhancement Asking for new behavior or feature labels Aug 20, 2024
@duytiennguyen-okta
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Will break established behavior of the current minor version of the provider enhancement Asking for new behavior or feature triaged Triaged into internal Jira
Projects
None yet
Development

No branches or pull requests

2 participants