1. start the identity server with wso2server.bat if you are working on windows environment use wso2server.bat -Dcarbon.home=Path_IS_Without_Quotation 2. Add Key Manger and Registery Extenstions Feature if you are working in windows environment, you have to follow 1st step before install features 3. Copy the api-manager.xml file from the <APIM_HOME>/repository/conf directory and paste it into the <IS_HOME>/repository/conf directory. 4. Change following tags in api-manager.xml file in <IS_HOME>/repository/conf <GatewayType>None</GatewayType> <RevokeAPIURL> https://localhost: 8243 /revoke </RevokeAPIURL> you need to add https.nio.port for revokeapiurl and its 8243 for api manager <ServerURL>https:// localhost:9443 /services/</ServerURL> <EnableThriftServer>false</EnableThriftServer> 5. R...