SCS-CBU-CED-IAM / mobileid

Mobile ID Sample Scripts
http://mobile-id.ch
13 stars 5 forks source link

Use new endpoint address (mobileid.swisscom.com) #78

Closed phaupt closed 10 years ago

phaupt commented 10 years ago

New IP/Hostnames have been created for LANi and IP+.

Update the scripts to use https://mobileid.swisscom.com instead of obsolete https://soap.mobileid.swisscom.com

FreddyKaiser commented 10 years ago

I created the tickets for the other Mobile ID related projects (simplesamlphp, freeradius...)

FreddyKaiser commented 10 years ago

Can be tested / verified

phaupt commented 10 years ago

Looks ok...

$ find . | xargs grep -i https

./perl/mobileid.pm:    $self->{SOAPport}    = 'https://mobileid.swisscom.com/soap/services/MSS_SignaturePort';

./powershell/mobileid_sharp.ps1:    private const string SWISSCOM_SERVICE_URL = "https://mobileid.swisscom.com/soap/services/MSS_SignaturePort";

./wsdl/mobileid.wsdl:                           location="https://mobileid.swisscom.com/soap/services/MSS_SignaturePort"/>
./wsdl/mobileid.wsdl:                           location="https://mobileid.swisscom.com/soap/services/MSS_StatusQueryPort"/>
./wsdl/mobileid.wsdl:                           location="https://mobileid.swisscom.com/soap/services/MSS_ReceiptPort"/>
./wsdl/mobileid.wsdl:                           location="https://mobileid.swisscom.com/soap/services/MSS_ProfilePort"/>

./php/mobileid.php:        $this->setBaseURL('https://mobileid.swisscom.com');
./php/mobileid.wsdl:                            location="https://mobileid.swisscom.com/soap/services/MSS_SignaturePort"/>
./php/mobileid.wsdl:                            location="https://mobileid.swisscom.com/soap/services/MSS_StatusQueryPort"/>
./php/mobileid.wsdl:                            location="https://mobileid.swisscom.com/soap/services/MSS_ReceiptPort"/>
./php/mobileid.wsdl:                            location="https://mobileid.swisscom.com/soap/services/MSS_ProfilePort"/>

./bash/mobileid.properties:BASE_URL=https://mobileid.swisscom.com
FreddyKaiser commented 10 years ago

All done also on the subprojects and successfully deployed tested on my server