You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.common.gateway/src/main/java/org/wso2/carbon/apimgt/common/gateway/dto/JWTConfigurationDto.java
+9
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ public class JWTConfigurationDto {
46
46
privatelongttl;
47
47
48
48
privatebooleanuseKid;
49
+
privatebooleanisEncodeX5tWithoutPadding;
49
50
50
51
publicbooleanuseKid() {
51
52
returnuseKid;
@@ -200,4 +201,12 @@ public boolean useSHA256Hash() {
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.common.gateway/src/main/java/org/wso2/carbon/apimgt/common/gateway/jwtgenerator/AbstractAPIMgtGatewayJWTGenerator.java
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.common.gateway/src/main/java/org/wso2/carbon/apimgt/common/gateway/util/JWTUtil.java
+9-4
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ public static String getJWSCompliantAlgorithmCode(String signatureAlgorithm) {
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.common.gateway/src/test/java/org/wso2/carbon/apimgt/common/gateway/JWTUtilTestCase.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public void testJWTHeader() throws Exception {
64
64
StringsignatureAlgorithm = "SHA256withRSA";
65
65
66
66
//Use SHA-256 as the certificate hashing algorithm
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/APIManagerConfiguration.java
Copy file name to clipboardexpand all lines: features/apimgt/org.wso2.carbon.apimgt.core.feature/src/main/resources/conf_templates/org.wso2.carbon.apimgt.core.default.json
Copy file name to clipboardexpand all lines: features/apimgt/org.wso2.carbon.apimgt.core.feature/src/main/resources/conf_templates/templates/repository/conf/api-manager.xml.j2
0 commit comments