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...
Joe Stocker
May 20, 2020Bronze Contributor
Yes, take a look at the Azure B2B, as this will allow your external users (partners or customers) to access your SaaS application. https://docs.microsoft.com/en-us/azure/active-directory/b2b/
- vkumar1983May 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 StockerMay 21, 2020Bronze ContributorIt 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.