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

feat: support SAML app encryption and nameIdFormat config #6912

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

darcyYe
Copy link
Contributor

@darcyYe darcyYe commented Dec 27, 2024

Summary

support SAML app encryption and nameIdFormat config

  1. can specify the name ID format sent in SAML app assertion (resolves LOG-10616)
  2. can setup encryption in SAML app assertion (resolves LOG-10603)

Testing

Add unit tests and integration tests.

Checklist

  • .changeset
  • unit tests
  • integration tests
  • necessary TSDoc comments

Copy link

github-actions bot commented Dec 27, 2024

COMPARE TO master

Total Size Diff 📈 +5.57 KB

Diff by File
Name Diff
packages/core/src/saml-applications/libraries/utils.ts 📈 +44 Bytes
packages/integration-tests/src/tests/api/application/saml-application.test.ts 📈 +910 Bytes
packages/schemas/alterations/next-1735274337-add-encryption-config-to-saml-apps.ts 📈 +959 Bytes
packages/schemas/src/foundations/jsonb-types/saml-application-configs.test.ts 📈 +2.03 KB
packages/schemas/src/foundations/jsonb-types/saml-application-configs.ts 📈 +1.26 KB
packages/schemas/src/types/saml-application.ts 📈 +313 Bytes
packages/schemas/tables/saml_application_configs.sql 📈 +110 Bytes

@darcyYe darcyYe force-pushed the yemq-support-saml-assertion-encryption-and-name-id-format-config branch from e47ea45 to 23ffec8 Compare December 27, 2024 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant