Here are the steps to offset ports. Let's assume you want to increase all ports by 1.
1. Set Offset value to 1 in <APPM_HOME>/repository/conf/carbon.xml
2. Change ports in AssertionConsumerServiceURL of each ServiceProvider in <APPM_HOME>/repository/conf/identity/sso-idp-config.xml.
<Offset>1</Offset>
3. Change the port of address uri in
https://localhost:9444/store/acs https://localhost:9444/publisher/acs https://localhost:9444/social/acs
<APPM_HOME>/repository
/deployment/server/synapse-configs/default/proxy-services/WorkflowCallbackService.xml.4. Change the port of endpoint address in <APPM_HOME>/repository/deployment/server/synapse-configs/default/api/_AuthorizeAPI_.xml
<address uri="https://localhost:9444/store/site/blocks/workflow/workflow-listener/ajax/workflow-listener.jag" format="rest"/>
5. Change the port of endpoint address in <APPM_HOME>/repository/deployment/server/synapse-configs/default/api/_RevokeAPI_.xml
<address uri="https://localhost:9444/oauth2/authorize"/>
6. Change the port of endpoint address in <APPM_HOME>/repository/deployment/server/synapse-configs/default/api/_TokenAPI_.xml
<address uri="https://localhost:9444/oauth2/revoke"/>
7. Start the server.
<address uri="https://localhost:9444/appmoauth2/token"/>
No comments:
Post a Comment