Forum Discussion
vkumar1983
May 19, 2020Copper Contributor
Azure active directory Enterprise Application
Q- I have an Enterprise Application (3rd Party SaaS) registerd and configured with SCIM and enabled for a group of users. I want to provide access to External users (Say Partner users) on SaaS applic...
vkumar1983
May 21, 2020Copper Contributor
thank you..
SaaS provider should support this B2B Guest authentication. I am checking with if they allow Guest to login on their Portal.
Joe Stocker
May 21, 2020Bronze Contributor
It should be no different than one of your internal users, because you control which Claims are sent. So for example, you can pass the userprincipalname as a claim, and as long as your SaaS application has a user account matching that userprincipalname (or email field) then it should logon just the same.