Discussions
Generating IdP for SSO SAML
Below is a sample that I took from the OpenIdP, which generates an IdP Metadata file for you. Hoping that I could take a few examples from this to get some help with how to set up an IdP. I have a good idea what the IdP does and the SP I just have a little trouble wrapping my head around how to implement the IdP metadata file/url in NetSuite.
1. What should the xmlns:ds equal?
2. EntityID =, would that be where I had the file? example https://myWebSite/IdP.php?
3. Would the key (<ds:x509Certificate>) be the same key that was generated from the NetSuite Service Provider XML?