From 9f33aea7c96c53c92dbcd8739decce05353ac0b6 Mon Sep 17 00:00:00 2001 From: KaveeshaPiumini Date: Wed, 27 May 2026 11:25:14 +0530 Subject: [PATCH] Add configuration option to enable claim description in attribute name for PassiveSTS --- .../java/org/wso2/carbon/identity/base/IdentityConstants.java | 2 ++ .../resources/identity.xml.j2 | 1 + 2 files changed, 3 insertions(+) diff --git a/components/identity-core/org.wso2.carbon.identity.base/src/main/java/org/wso2/carbon/identity/base/IdentityConstants.java b/components/identity-core/org.wso2.carbon.identity.base/src/main/java/org/wso2/carbon/identity/base/IdentityConstants.java index 7457aaa89810..984aa070a33d 100644 --- a/components/identity-core/org.wso2.carbon.identity.base/src/main/java/org/wso2/carbon/identity/base/IdentityConstants.java +++ b/components/identity-core/org.wso2.carbon.identity.base/src/main/java/org/wso2/carbon/identity/base/IdentityConstants.java @@ -457,6 +457,8 @@ public static class STS { "PassiveSTS.EnableDefaultSignatureAndDigestAlgorithm"; public static final String PASSIVE_STS_LOGOUT_WREPLY_VALIDATION = "PassiveSTS.EnableLogoutWreplyValidation"; + public static final String PASSIVE_STS_ENABLE_CLAIM_DESCRIPTION_IN_ATTRIBUTE_NAME = + "PassiveSTS.EnableClaimDescriptionInAttributeName"; } /** diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 index 2d4f18dda5d4..342d99268474 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml.j2 @@ -1645,6 +1645,7 @@ {{passive_sts.enable_default_signature_and_digest_alg}} {{passive_sts.enable_logout_wreply_validation}} {{passive_sts.soap_enabled}} + {{passive_sts.enable_claim_description_in_attribute_name}}