2

I have application A running on Azure Cloud A hosted on tenant A. This users defined in AAD.

I have another application B running on Azure Cloud B hosted on tenant B.

How can I enable SSO between Application A and Application B ?

Andrew Regan
  • 5,087
  • 6
  • 37
  • 73

1 Answers1

0

B2B or multi-tenant app support depending on who is responsible for authorizing users to access the apps. If only owners of tenant A can authorize users to access app A then you need to B2B invite users from tenant B to A. If owners of B should be the ones to determine which of their users should be authorized then implement app A as a multi-tenant app. Same question applies to app B.

Marc
  • 953
  • 7
  • 17