same user/email for different accounts using different SSO.

0
two questions for BYOIDP - SSO   is it possible for one user to access two or more accounts withBYOIDP- SSO enabled? https://docs.mendix.com/developerportal/control-center/set-up-sso-byoidp/   the article says that external users can access but if the same email is used in two or more different accounts all using SSO in the developer portal level is it possible for the same user/email address to access them all?   regards  
asked
2 answers
0

Hi Ed,

 

A Mendix platform account is identified by the email address that was used during signup.

With BYOIDP the same principle applies; the nuance is that the account is identified by a claim that is returned from the IDP during the SSO process - typically that would be a claim/attribute containing an email address of the user.  

Can you elaborate on 'two or more accounts different accounts'?

answered
0

hello,

thank you for the reply. 

 

Company A, control center, dev portal SSO. 

email @companyA.com

 

Company B, control center, dev portal SSO.

email @companyB.com

 

user from companyB wants to log in into companyA apps/dev portal.

answered