I’m implementing Outbound SSO (NetSuite as OIDC / ...
# ask-stanley-ai
v
I’m implementing Outbound SSO (NetSuite as OIDC / OAuth). The first step of this flow takes the user to the standard NetSuite login page (/enterpriselogin.nl). Is it possible to customize this page to suit the company’s branding?
c
AI generated answer (using internal Slack threads):
Based on the conversations, it is possible to create a custom login page for NetSuite. This can be done for purposes such as company branding or to control user access during deployments and changes to the environment. You can create custom pages for login to your NetSuite account as mentioned in this [NetSuite help document](https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4706661761.html). In terms of customizing the URL for login, you can set a domain CNAME record such as
<https://netsuite.companyname.com>
to point to
<https://xxxx.app.netsuite.com>
. For SSO with Azure AD, you can provide users with the link to the Azure SSO landing page where they can login to the respective linked application. More information can be found in these documents: [Direct sign-in with Azure AD](https://docs.microsoft.com/en-us/azure/active-directory-b2c/direct-signin?pivots=b2c-user-flow) and [Any App, One Account: True SSO with Azure AD](https://ranjanajain.wordpress.com/2014/05/05/any-app-one-account-true-sso-with-azure-ad/). ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.86168772
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841227949
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.836865187
Please provide your feedback on this answer.
Thank you for your feedback