mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
removed ip bind on localhost
This commit is contained in:
parent
3d8f4a18b0
commit
b933879937
@ -48,12 +48,12 @@
|
||||
services deployed on this server instance.
|
||||
-->
|
||||
|
||||
<!--HostName>localhost</HostName-->
|
||||
<HostName>localhost</HostName>
|
||||
|
||||
<!--
|
||||
Host name to be used for the Carbon management console
|
||||
-->
|
||||
<!--MgtHostName>localhost</MgtHostName-->
|
||||
<MgtHostName>localhost</MgtHostName>
|
||||
|
||||
<!--
|
||||
The URL of the back end server. This is where the admin services are hosted and
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
AuthenticationEndpointURL is location of the web app containing
|
||||
the authentication related pages
|
||||
-->
|
||||
<AuthenticationEndpointURL>https://${carbon.host}:${carbon.management.port}/devicemgt/login</AuthenticationEndpointURL>
|
||||
<AuthenticationEndpointRetryURL>https://${carbon.host}:${carbon.management.port}/authenticationendpoint/retry.do</AuthenticationEndpointRetryURL>
|
||||
<AuthenticationEndpointURL>/devicemgt/login</AuthenticationEndpointURL>
|
||||
<AuthenticationEndpointRetryURL>/authenticationendpoint/retry.do</AuthenticationEndpointRetryURL>
|
||||
|
||||
<!--
|
||||
Extensions allow extending the default behaviour of the authentication
|
||||
|
||||
@ -21,9 +21,9 @@
|
||||
<ServiceProvider>
|
||||
<Issuer>devicemgt</Issuer>
|
||||
<AssertionConsumerServiceURLs>
|
||||
<AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/devicemgt/uuf/sso/acs</AssertionConsumerServiceURL>
|
||||
<AssertionConsumerServiceURL>https://localhost:9443/devicemgt/uuf/sso/acs</AssertionConsumerServiceURL>
|
||||
</AssertionConsumerServiceURLs>
|
||||
<DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/devicemgt/uuf/sso/acs</DefaultAssertionConsumerServiceURL>
|
||||
<DefaultAssertionConsumerServiceURL>https://localhost:9443/devicemgt/uuf/sso/acs</DefaultAssertionConsumerServiceURL>
|
||||
<SignAssertion>true</SignAssertion>
|
||||
<SignResponse>true</SignResponse>
|
||||
<EnableAttributeProfile>false</EnableAttributeProfile>
|
||||
@ -44,27 +44,27 @@
|
||||
<ServiceProvider>
|
||||
<Issuer>store</Issuer>
|
||||
<AssertionConsumerServiceURLs>
|
||||
<AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/store/acs</AssertionConsumerServiceURL>
|
||||
<AssertionConsumerServiceURL>https://localhost:9443/store/acs</AssertionConsumerServiceURL>
|
||||
</AssertionConsumerServiceURLs>
|
||||
<DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/store/acs</DefaultAssertionConsumerServiceURL>
|
||||
<DefaultAssertionConsumerServiceURL>https://localhost:9443/store/acs</DefaultAssertionConsumerServiceURL>
|
||||
<SignResponse>true</SignResponse>
|
||||
<CustomLoginPage>/store/login.jag</CustomLoginPage>
|
||||
</ServiceProvider>
|
||||
<ServiceProvider>
|
||||
<Issuer>social</Issuer>
|
||||
<AssertionConsumerServiceURLs>
|
||||
<AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/social/acs</AssertionConsumerServiceURL>
|
||||
<AssertionConsumerServiceURL>https://localhost:9443/social/acs</AssertionConsumerServiceURL>
|
||||
</AssertionConsumerServiceURLs>
|
||||
<DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/social/acs</DefaultAssertionConsumerServiceURL>
|
||||
<DefaultAssertionConsumerServiceURL>https://localhost:9443/social/acs</DefaultAssertionConsumerServiceURL>
|
||||
<SignResponse>true</SignResponse>
|
||||
<CustomLoginPage>/social/login</CustomLoginPage>
|
||||
</ServiceProvider>
|
||||
<ServiceProvider>
|
||||
<Issuer>publisher</Issuer>
|
||||
<AssertionConsumerServiceURLs>
|
||||
<AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/publisher/acs</AssertionConsumerServiceURL>
|
||||
<AssertionConsumerServiceURL>https://localhost:9443/publisher/acs</AssertionConsumerServiceURL>
|
||||
</AssertionConsumerServiceURLs>
|
||||
<DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/publisher/acs</DefaultAssertionConsumerServiceURL>
|
||||
<DefaultAssertionConsumerServiceURL>https://localhost:9443/publisher/acs</DefaultAssertionConsumerServiceURL>
|
||||
<SignResponse>true</SignResponse>
|
||||
<CustomLoginPage>/publisher/controllers/login.jag</CustomLoginPage>
|
||||
<EnableAudienceRestriction>true</EnableAudienceRestriction>
|
||||
@ -75,9 +75,9 @@
|
||||
<ServiceProvider>
|
||||
<Issuer>API_STORE</Issuer>
|
||||
<AssertionConsumerServiceURLs>
|
||||
<AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/api-store/jagg/jaggery_acs.jag</AssertionConsumerServiceURL>
|
||||
<AssertionConsumerServiceURL>https://localhost:9443/api-store/jagg/jaggery_acs.jag</AssertionConsumerServiceURL>
|
||||
</AssertionConsumerServiceURLs>
|
||||
<DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/api-store/jagg/jaggery_acs.jag</DefaultAssertionConsumerServiceURL>
|
||||
<DefaultAssertionConsumerServiceURL>https://localhost:9443/api-store/jagg/jaggery_acs.jag</DefaultAssertionConsumerServiceURL>
|
||||
<SignResponse>true</SignResponse>
|
||||
<EnableAudienceRestriction>true</EnableAudienceRestriction>
|
||||
<AudiencesList>
|
||||
@ -87,9 +87,9 @@
|
||||
<ServiceProvider>
|
||||
<Issuer>portal</Issuer>
|
||||
<AssertionConsumerServiceURLs>
|
||||
<AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/portal/acs</AssertionConsumerServiceURL>
|
||||
<AssertionConsumerServiceURL>https://localhost:9443/portal/acs</AssertionConsumerServiceURL>
|
||||
</AssertionConsumerServiceURLs>
|
||||
<DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/portal/acs</DefaultAssertionConsumerServiceURL>
|
||||
<DefaultAssertionConsumerServiceURL>https://localhost:9443/portal/acs</DefaultAssertionConsumerServiceURL>
|
||||
<SignResponse>true</SignResponse>
|
||||
<EnableAudienceRestriction>true</EnableAudienceRestriction>
|
||||
<EnableRecipients>true</EnableRecipients>
|
||||
@ -103,9 +103,9 @@
|
||||
<ServiceProvider>
|
||||
<Issuer>analyticsportal</Issuer>
|
||||
<AssertionConsumerServiceURLs>
|
||||
<AssertionConsumerServiceURL>https://${carbon.host}:9445/portal/acs</AssertionConsumerServiceURL>
|
||||
<AssertionConsumerServiceURL>https://localhost:9445/portal/acs</AssertionConsumerServiceURL>
|
||||
</AssertionConsumerServiceURLs>
|
||||
<DefaultAssertionConsumerServiceURL>https://${carbon.host}:9445/portal/acs</DefaultAssertionConsumerServiceURL>
|
||||
<DefaultAssertionConsumerServiceURL>https://localhost:9445/portal/acs</DefaultAssertionConsumerServiceURL>
|
||||
<SignResponse>true</SignResponse>
|
||||
<EnableAudienceRestriction>true</EnableAudienceRestriction>
|
||||
<EnableRecipients>true</EnableRecipients>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user