Steps: WSO2IS 5.0.0 1. Download the source code from https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/is/5.1.0/modules/samples/InfoRecoverySample/ 2. Configure the following in web.xml file a. Specify the "carbonServerUrl" with the URL of the Identity Server. eg: https://localhost:9443 b. Specify the credentials to access Identity Server, "accessUsername" as admin and "accessPassword" as admin. c. Specify the trustStore absolute resource path for "trustStorePath", eg: <IS_HOME> /repository/resources/security/client-truststore.jks 3. Update the following entry in sso.properties file SAML.ConsumerUrl= https://localhost:9443/InfoRecoverySample/home.jsp 4. Exclude the slf4j-api jar from pom.xml file. <dependency> <groupId> org.wso2.carbon </groupId> <artifactId> org.wso2.carbon.identity.sso.agent </artifactId> <version> 1.2.0 </version> ...