Skip to content

Allow no certs if block_encryption is set to 'none'#11616

Merged
Sgtpluck merged 2 commits intomainfrom
dmm/update-error
Dec 10, 2024
Merged

Allow no certs if block_encryption is set to 'none'#11616
Sgtpluck merged 2 commits intomainfrom
dmm/update-error

Conversation

@Sgtpluck
Copy link
Copy Markdown
Contributor

Link to the relevant slack conversation:

🛠 Summary of changes

Recently we added an error condition for when a partner does not have a certificate set, designed to help partners in the integration environment. It was believed this would not impact partners in product because the only two active, non-pkce integrations that did not have certificates were actually staging integrations.

However, one of our partners has pkce set, but is using SAML in the web, and so got caught in this error. They have block_encryption set to none, so they don't need a certificate.

This change adds a condition where if a partner does not have any registered certificates, BUT is not requesting encrypted responses, then it will not error out.

Write a brief description of what you changed.
-->

…certs if integration has block_encryption set to none
@Sgtpluck Sgtpluck merged commit 6759e64 into main Dec 10, 2024
@Sgtpluck Sgtpluck deleted the dmm/update-error branch December 10, 2024 20:45
eileen-nava pushed a commit that referenced this pull request Dec 10, 2024
* changelog: Bug Fixes, SAML Integration, Adding condition to allow no certs if integration has block_encryption set to none
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.

3 participants