diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml index 89b588869ff9..d047365f46e4 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/identity.xml @@ -167,6 +167,8 @@ 60000 + ${carbon.home}/repository/resources/identity/apple/attestation/apple_attestation_root_ca.pem + false 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 2f7055399f00..c87413003140 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 @@ -201,6 +201,8 @@ {{client_attestation.allowed_window}} + {{client_attestation.apple_attestation_root_certificate_path}} + {{client_attestation.apple_attestation_revocation_check_enabled}} diff --git a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json index 618bd6710b52..23c31a1f3087 100644 --- a/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json +++ b/features/identity-core/org.wso2.carbon.identity.core.server.feature/resources/org.wso2.carbon.identity.core.server.feature.default.json @@ -1374,5 +1374,7 @@ "organization_management.self_service.default_token_expiry_time": "7200", "organization_management.self_service.internal_role_name": "B2B-SS-System-Role", "organization_management.self_service.user_store_name_for_system_user": "PRIMARY", - "client_attestation.allowed_window": "60000" + "client_attestation.allowed_window": "60000", + "client_attestation.apple_attestation_root_certificate_path": "${carbon.home}/repository/resources/identity/apple/attestation/apple_attestation_root_ca.pem", + "client_attestation.apple_attestation_revocation_check_enabled": false }