fixed sso bind to localhost

merge-requests/1/head
ayyoob 8 years ago
parent 920857515c
commit 6964852a97

@ -48,12 +48,12 @@
services deployed on this server instance. services deployed on this server instance.
--> -->
<HostName>localhost</HostName> <!--HostName>localhost</HostName-->
<!-- <!--
Host name to be used for the Carbon management console 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 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 AuthenticationEndpointURL is location of the web app containing
the authentication related pages the authentication related pages
--> -->
<AuthenticationEndpointURL>/devicemgt/login</AuthenticationEndpointURL> <AuthenticationEndpointURL>https://${carbon.host}:${carbon.management.port}/devicemgt/login</AuthenticationEndpointURL>
<AuthenticationEndpointRetryURL>/authenticationendpoint/retry.do</AuthenticationEndpointRetryURL> <AuthenticationEndpointRetryURL>https://${carbon.host}:${carbon.management.port}/authenticationendpoint/retry.do</AuthenticationEndpointRetryURL>
<!-- <!--
Extensions allow extending the default behaviour of the authentication Extensions allow extending the default behaviour of the authentication

@ -21,9 +21,9 @@
<ServiceProvider> <ServiceProvider>
<Issuer>devicemgt</Issuer> <Issuer>devicemgt</Issuer>
<AssertionConsumerServiceURLs> <AssertionConsumerServiceURLs>
<AssertionConsumerServiceURL>https://localhost:9443/devicemgt/uuf/sso/acs</AssertionConsumerServiceURL> <AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/devicemgt/uuf/sso/acs</AssertionConsumerServiceURL>
</AssertionConsumerServiceURLs> </AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9443/devicemgt/uuf/sso/acs</DefaultAssertionConsumerServiceURL> <DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/devicemgt/uuf/sso/acs</DefaultAssertionConsumerServiceURL>
<SignAssertion>true</SignAssertion> <SignAssertion>true</SignAssertion>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<EnableAttributeProfile>false</EnableAttributeProfile> <EnableAttributeProfile>false</EnableAttributeProfile>
@ -44,27 +44,27 @@
<ServiceProvider> <ServiceProvider>
<Issuer>store</Issuer> <Issuer>store</Issuer>
<AssertionConsumerServiceURLs> <AssertionConsumerServiceURLs>
<AssertionConsumerServiceURL>https://localhost:9443/store/acs</AssertionConsumerServiceURL> <AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/store/acs</AssertionConsumerServiceURL>
</AssertionConsumerServiceURLs> </AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9443/store/acs</DefaultAssertionConsumerServiceURL> <DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/store/acs</DefaultAssertionConsumerServiceURL>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<CustomLoginPage>/store/login.jag</CustomLoginPage> <CustomLoginPage>/store/login.jag</CustomLoginPage>
</ServiceProvider> </ServiceProvider>
<ServiceProvider> <ServiceProvider>
<Issuer>social</Issuer> <Issuer>social</Issuer>
<AssertionConsumerServiceURLs> <AssertionConsumerServiceURLs>
<AssertionConsumerServiceURL>https://localhost:9443/social/acs</AssertionConsumerServiceURL> <AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/social/acs</AssertionConsumerServiceURL>
</AssertionConsumerServiceURLs> </AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9443/social/acs</DefaultAssertionConsumerServiceURL> <DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/social/acs</DefaultAssertionConsumerServiceURL>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<CustomLoginPage>/social/login</CustomLoginPage> <CustomLoginPage>/social/login</CustomLoginPage>
</ServiceProvider> </ServiceProvider>
<ServiceProvider> <ServiceProvider>
<Issuer>publisher</Issuer> <Issuer>publisher</Issuer>
<AssertionConsumerServiceURLs> <AssertionConsumerServiceURLs>
<AssertionConsumerServiceURL>https://localhost:9443/publisher/acs</AssertionConsumerServiceURL> <AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/publisher/acs</AssertionConsumerServiceURL>
</AssertionConsumerServiceURLs> </AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9443/publisher/acs</DefaultAssertionConsumerServiceURL> <DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/publisher/acs</DefaultAssertionConsumerServiceURL>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<CustomLoginPage>/publisher/controllers/login.jag</CustomLoginPage> <CustomLoginPage>/publisher/controllers/login.jag</CustomLoginPage>
<EnableAudienceRestriction>true</EnableAudienceRestriction> <EnableAudienceRestriction>true</EnableAudienceRestriction>
@ -75,9 +75,9 @@
<ServiceProvider> <ServiceProvider>
<Issuer>API_STORE</Issuer> <Issuer>API_STORE</Issuer>
<AssertionConsumerServiceURLs> <AssertionConsumerServiceURLs>
<AssertionConsumerServiceURL>https://localhost:9443/api-store/jagg/jaggery_acs.jag</AssertionConsumerServiceURL> <AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/api-store/jagg/jaggery_acs.jag</AssertionConsumerServiceURL>
</AssertionConsumerServiceURLs> </AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9443/api-store/jagg/jaggery_acs.jag</DefaultAssertionConsumerServiceURL> <DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/api-store/jagg/jaggery_acs.jag</DefaultAssertionConsumerServiceURL>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<EnableAudienceRestriction>true</EnableAudienceRestriction> <EnableAudienceRestriction>true</EnableAudienceRestriction>
<AudiencesList> <AudiencesList>
@ -87,9 +87,9 @@
<ServiceProvider> <ServiceProvider>
<Issuer>portal</Issuer> <Issuer>portal</Issuer>
<AssertionConsumerServiceURLs> <AssertionConsumerServiceURLs>
<AssertionConsumerServiceURL>https://localhost:9443/portal/acs</AssertionConsumerServiceURL> <AssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/portal/acs</AssertionConsumerServiceURL>
</AssertionConsumerServiceURLs> </AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9443/portal/acs</DefaultAssertionConsumerServiceURL> <DefaultAssertionConsumerServiceURL>https://${carbon.host}:${carbon.management.port}/portal/acs</DefaultAssertionConsumerServiceURL>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<EnableAudienceRestriction>true</EnableAudienceRestriction> <EnableAudienceRestriction>true</EnableAudienceRestriction>
<EnableRecipients>true</EnableRecipients> <EnableRecipients>true</EnableRecipients>
@ -103,9 +103,9 @@
<ServiceProvider> <ServiceProvider>
<Issuer>analyticsportal</Issuer> <Issuer>analyticsportal</Issuer>
<AssertionConsumerServiceURLs> <AssertionConsumerServiceURLs>
<AssertionConsumerServiceURL>https://localhost:9445/portal/acs</AssertionConsumerServiceURL> <AssertionConsumerServiceURL>https://${carbon.host}:9445/portal/acs</AssertionConsumerServiceURL>
</AssertionConsumerServiceURLs> </AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9445/portal/acs</DefaultAssertionConsumerServiceURL> <DefaultAssertionConsumerServiceURL>https://${carbon.host}:9445/portal/acs</DefaultAssertionConsumerServiceURL>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<EnableAudienceRestriction>true</EnableAudienceRestriction> <EnableAudienceRestriction>true</EnableAudienceRestriction>
<EnableRecipients>true</EnableRecipients> <EnableRecipients>true</EnableRecipients>

Loading…
Cancel
Save