Hi, has anyone Azure AD SAML for multiple accounts...
# integrations
z
Hi, has anyone Azure AD SAML for multiple accounts (Production, SandBox, Relaease Preview…)
j
Last company I worked for that had Azure - when we refreshed a SB, when refresh was completed we had to remove IDP file from all environments and then just re-add the IDP to each. Not sure why / but it worked....
z
Thank you @Jay Flynn09 for you answer … The NetSuite documentation is …. at least poor … Our first attempt was exactly the same as you described … but … Azure SSO was created and used since 2017 but only in Production environment … No issues at all… But there is a bomb in Azure Netsuite SSO integration tutorial. There is an instruction to add “account” field in user Claim … huh, after a few hours, we almost gave up … No errors in setup, no warnings … and at the end we found WARNING information in NetSuite HELP pages > if you want to share the same metadata and ID provider you MUST OMMIT account from the response
s
Yes, the account claim binds it to that specific account.
without it, it will allow you to access any account configured with the IdP cert
z
@Shawn Talbert thank you, I would like to confirm resolution : account should not be foxed... if yoy want to use multiple accounts linked to the same IDP
s
Yes, that's my undertanding.
👍 1
conversely, you cannot seem to have multiple IdPs for a single NS account.
so one->many is only Idp -> NetSuite, not NetSuite -> Idp
that limitation doesn't apply to your single IdP to sandbox(es) + production use case.
z
Understand... I successful setuo multiple accounts for the client with the same IdP XML... Now they are happy to be able login with the same way on production, sandbox and release preview
.. and finally, fron the very basic analysis I don't see any reason to fix account in the response XML... it can be fully controlled on the NerSuite side : enable SAML or dont, setup ROLE for SAML SSO or don't
s
I think the account claim can be used for example if IT wanted to provide users with distinct login icons for each account
z
nice idea 😎