Hi Farasath, One option would be to manually remove the parameterized value and replace the actual value you expect. But depending on the number of parameterized values used and number of urls you want to use as HTTP, it could be a exhaustive alternative.
Thanks, On Thu, Jan 26, 2017 at 10:01 PM, Farasath Ahamed <[email protected]> wrote: > Hi, > > In identity.xml we have used some parameterized values when constructing > endpoint urls, > > For example, > > <IdentityProviderURL> > *${carbon.protocol}://${carbon.host}:${carbon.management.port}*/ > samlsso</IdentityProviderURL> > <DefaultLogoutEndpoint> > *${carbon.protocol}://${carbon.host}:${carbon.management.port}* > /authenticationendpoint/samlsso_logout.do</DefaultLogoutEndpoint> > <NotificationEndpoint> > *${carbon.protocol}://${carbon.host}:${carbon.management.port}* > /authenticationendpoint/samlsso_notification.do</NotificationEndpoint> > > > From the code, I can see that these values are replaced by HTTPS transport > parameters related to the carbon management console, ie. that is https port > number. Suppose If I want to use HTTP only, is there a way to make a config > change that will make the protocol value and port number be picked for HTTP > rather HTTPs? > > > Thanks, > Farasath Ahamed > Software Engineer, WSO2 Inc.; http://wso2.com > Mobile: +94777603866 > Blog: blog.farazath.com > Twitter: @farazath619 <https://twitter.com/farazath619> > <http://wso2.com/signature> > > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Maduranga Siriwardena Software Engineer WSO2 Inc; http://wso2.com/ Email: [email protected] Mobile: +94718990591 Blog: http://madurangasblogs.blogspot.com/ <http://wso2.com/signature>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
