简体   繁体   English

在Salesforce中实施SSO-NetSuite

[英]Implementing SSO in Salesforce - NetSuite

My use case is, i need to open NetSuite within Salesforce using SSO. 我的用例是,我需要使用SSO在Salesforce中打开NetSuite。 Both the platform supports SAML 2.0. 两种平台均支持SAML 2.0。 As a first step mentioned in SSO implementation guide in Salesforce , I am trying to create new Single Sign On Setting from 'New From Metadata Url' button. 作为Salesforce的SSO实施指南中提到的第一步,我试图通过“来自元数据网址的新建”按钮创建新的单一登录设置。 And here is NetSuite Service Provider metadata url: https://system.na1.netsuite.com/saml2/sp.xml 这是NetSuite服务提供商的元数据URL: https : //system.na1.netsuite.com/saml2/sp.xml

However, Salesforce is throwing an error- The XML file doesn't include your SAML 2.0 settings. 但是,Salesforce会引发错误-XML文件不包含您的SAML 2.0设置。 Verify that the URL links to the SAML 2.0 settings you want. 验证URL链接到所需的SAML 2.0设置。

I checked the NetSuite SSO metadata xml (provided in the url path) and that contains definition for SAML2.0. 我检查了NetSuite SSO元数据xml(在url路径中提供),其中包含SAML2.0的定义。 So not sure why this error is coming up. 所以不确定为什么会出现此错误。 Can anyone suggest here what might be wrong? 有人可以在这里建议出什么问题吗? Or if I am missing something here. 或者,如果我在这里缺少什么。

thanks in advance! 提前致谢!

I think the issue is that both Salesforce and Netsuite are Service Provider implementations. 我认为问题在于Salesforce和Netsuite都是服务提供商的实现。 Neither is an Identity Provider so if you are importing Netsuite's metadata to Salesforce you'd get an error because you are importing the wrong sort of file. 身份提供者也不是,因此,如果您将Netsuite的元数据导入到Salesforce中,则会由于导入的文件类型错误而出错。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM