Bruno Mota
10/07/2024, 6:00 PMCeligo AI
10/07/2024, 6:01 PMAI generated answer (using internal Slack threads):Setting up Single Sign-On (SSO) in NetSuite involves configuring SAML (Security Assertion Markup Language) SSO. Here are the steps you might need to follow: 1. Set up your Identity Provider (IdP): This could be a service like Microsoft Azure, Okta, or any other SAML 2.0 compliant IdP. You will need to configure your IdP with the necessary information about your NetSuite account. 2. Configure NetSuite as a Service Provider (SP): In NetSuite, navigate to Setup > Integration > SAML Single Sign-on and fill in the necessary details. You will need to provide the IdP's metadata XML file or URL. 3. Set up a redirect URL: To make the login process smoother for your users, you can set up a redirect URL that takes them directly to the SSO login page. For example, you could set up a URL like
<http://netsuite.yourcompany.com>
to redirect to the SSO URL.
4. Test the SSO setup: Try logging in through the SSO to ensure everything is working correctly.
Remember, if you're setting up SSO for a sandbox environment, you can simply download the SSO configuration file from your production environment and upload it to the sandbox. Just make sure the IdP file doesn't contain an account ID.
For ADFS SSO, you might need to add the NetSuite's URL for SSO to your ADFS. The URL could look something like this: <https://yourdomain.com/adfs/ls/IdpInitiatedSignOn.aspx?loginToRp=http://www.netsuite.com/sp>
.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/07/2024, 6:01 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.840359747
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839063823
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.83820045
Celigo AI
10/07/2024, 6:01 PM