Open chamathns opened 4 years ago
Our sample app (saml2-web-app-pickup-dispatch) does not support SAML artifact binding with JDK11.
A workaround to test this flow is to run the tomcat in java 8 and comment out the following 2 lines and patch it to the product-IS. https://github.com/wso2/carbon-identity-framework/blob/bad7a9321fc518188ffbeab22247a1307902f0e5/components/identity-core/org.wso2.carbon.identity.core/src/main/java/org/wso2/carbon/identity/core/util/IdentityUtil.java#L647-L648
Tested in IS 7.0.0-m4-SNAPSHOT pack.
Enabling artifact binding in SAML2 throws the following exception.