Changing the cookie domain documentation 87/41387/1
authorManoop Talasila <talasila@research.att.com>
Fri, 6 Apr 2018 14:52:41 +0000 (10:52 -0400)
committerManoop Talasila <talasila@research.att.com>
Fri, 6 Apr 2018 14:53:02 +0000 (10:53 -0400)
Issue-ID: PORTAL-147
Change-Id: I287556751b78f35f01027ee294231629368c5511
Signed-off-by: Manoop Talasila <talasila@research.att.com>
docs/tutorials/portal-sdk/single-signon.rst

index fb490a7..c5018cf 100644 (file)
@@ -46,3 +46,32 @@ the applications on-boarded to it.
 However, if the application is not interested in single signon feature, then the new application can
 be always be on-boarded as a “Hyperlink only application” which will be opened into a new browser
 rather than the internal Portal’s tab.
+
+Changing the cookie domain
+--------------------------
+
+Changing the single-sign on cookie domain in portal requires both development and config activity:
+
+
+development - change this file and rebuild the front-end
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+::
+
+    ./ecomp-portal-FE-os/client/configurations/integ.json:102:      "cookieDomain": "onap.org"
+
+
+configuration - change this deployment entry
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+::
+
+    ./deliveries/properties_simpledemo/ONAPPORTAL/system.properties:104:ext_central_access_user_domain = @csp.onap.org
+
+
+Apps that are built on the EP-SDK have an entry in a config file that must be changed
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+::
+
+    ./deliveries/properties_simpledemo/ONAPPORTALSDK/system.properties:67:cookie_domain = onap.org
\ No newline at end of file