Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WSO2 SSO always redirects to localhost:9443/samlsso

I'm using WSO2 identity server (on port 9443) and enterprise service bus (ESB, on port 9444). I configured ESB to use IS SSO. But everytime I try to login into ESB it redirects me to IS and there it redirects me to URL localhost:9443/samlsso.

I already tried changing this URL in identities.xml and carbon.xml without access.

Where can I configure the redirection address?

In carbon.xml I specified the hostname as "HostName" and "MgtHostName". But IS still uses localhost.

Thanks!

like image 737
Catscratch Avatar asked Oct 15 '25 08:10

Catscratch


1 Answers

WSO2 has a script located at:
<IOTS_HOME>/scripts

run
./change-ip.sh

Tip: The script will find and replace the IP address given in argument1 (localhost) with the IP address given as argument2 (10.10.10.14), in the necessary configuration files.

Check Docs to configure Hostname

like image 62
Aridaman Bal Avatar answered Oct 17 '25 09:10

Aridaman Bal



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!