Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Query on Singlie Sign On
Hi All,
We are trying to integrate single sign on concept and we got struck with the below error.
"The SuiteSignOn object customsso_xpress is not configured for use with this script. You must specify the script as a connection point for this SuiteSignOn" .
The steps which we were performed to integrate SSO are
1. Created Suitesiteon page and provided the connection point information.
2. Created Portlet script. Please see the below script
// create a portlet object
function buildPortlet(portlet, column)
{
title = 'My Custom SSO Portlet!';
portlet.setTitle(title)
var url = nlapiOutboundSSO('customsso_xpress');
var content = '<iframe src="'+url+'" align="center" style="width: 100%; height: 600px; margin:0; border:0; padding:0"></iframe>';