Re: [onap-discuss] How to use the internal login, instead of external login in Portal SDK

2018-03-15 Thread TALASILA, MANOOP (MANOOP)
Hi Abdelmuhaimen, The ONAP Portal and its on-boarded application must be on same domain to take advantage of the single signon. Due to security reason the ONAP Portal restricts to one domain (defined in the properties) across the applications on-boarded to it. However, if the application is

Re: [onap-discuss] How to use the internal login, instead of external login in Portal SDK

2018-03-15 Thread abdelmuhaimen.seaudi
Hi, We replaced the URL in the onboarding URLs like below URL = http://1.2.3.4:8080/epsdk-apps-os/welcome.htm REST URL = Blank User = demo Password = demo Then, we replaced the following lines in the WEB-INF/classes/portal.properties file: portal.api.impl.class =

Re: [onap-discuss] How to use the internal login, instead of external login in Portal SDK

2018-03-14 Thread abdelmuhaimen.seaudi
Hi Manoop, We replaced the URL in the onboarding URLs like below URL = http://1.2.3.4:8080/epsdk-apps-os/welcome.htm REST URL = Blank User = demo Password = demo Then, we replaced the following lines in the WEB-INF/classes/portal.properties file: portal.api.impl.class =

Re: [onap-discuss] How to use the internal login, instead of external login in Portal SDK

2018-03-13 Thread TALASILA, MANOOP (MANOOP)
Hi Abdelmuhaimen, Thanks for using the Portal SDK. The steps you followed are correct, however the external login is provided for developer to test their app locally (without having the entire Portal). But, when the app is ready and onboarded to the Portal, please use the welcome.htm url in