Skip to content

Commit

Permalink
Merge pull request #22079 from darshanasbg/cleanup-unicode-migration-…
Browse files Browse the repository at this point in the history
…configs

Cleanup enable_unicode_support config
  • Loading branch information
darshanasbg authored Dec 20, 2024
2 parents 58306f6 + 3f08238 commit 9ab8379
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ hash= "66cd9688a2ae068244ea01e70f0e230f5623b7fa4cdecb65070a09ec06452262"
[identity.auth_framework.endpoint]
app_password= "dashboard"

[notification_templates]
enable_unicode_support = true

# The KeyStore which is used for encrypting/decrypting internal data. By default the primary keystore is used as the internal keystore.

#[keystore.internal]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,3 @@ federatedEmailAttributeKey = "email"
EmailOTPEnableByUserClaim = true
CaptureAndUpdateEmailAddress = true
showEmailAddressInUI = true

[notification_templates]
enable_unicode_support = true
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,3 @@ enable_email_domain = true

[identity_mgt.events.schemes.liteUserRegistration.properties]
enable = true

[notification_templates]
enable_unicode_support = true
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2356,7 +2356,7 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>7.7.56</carbon.identity.framework.version>
<carbon.identity.framework.version>7.7.58</carbon.identity.framework.version>
<carbon.identity.framework.version.range>[5.14.67, 8.0.0)</carbon.identity.framework.version.range>

<!--SAML Common Utils Version-->
Expand Down Expand Up @@ -2398,7 +2398,7 @@

<!-- Identity Event Handler Versions -->
<identity.event.handler.account.lock.version>1.9.13</identity.event.handler.account.lock.version>
<identity.event.handler.notification.version>1.9.31</identity.event.handler.notification.version>
<identity.event.handler.notification.version>1.9.32</identity.event.handler.notification.version>

<!--<identity.agent.entitlement.proxy.version>5.1.1</identity.agent.entitlement.proxy.version>-->
<!--<identity.carbon.auth.signedjwt.version>5.1.1</identity.carbon.auth.signedjwt.version>-->
Expand Down

0 comments on commit 9ab8379

Please sign in to comment.