0
votes

I am looking to implement SSO between multiple applications through a single enterprise application I've created on Azure Active Directory.

I've already gotten the first one working through SAML 2 and was wondering whether there was a way each client application would use the Azure Active Directory as the IDP therefore enabling users from the third-party-applications would interact with each other without requiring additional authentication.

I'm not sure the best way to implement such a scenario, majority of the documentation and tutorials I've seen around revolve around a single application using AAD as the IDP

1
Do these non-gallery applications run on an Azure tenant? Have you looked at a multi-tenant application approach?rbrayb
It's only the application I built that runs on Azure. The rest are independently developed and hosted by third party organisationsMasinde Muliro

1 Answers

0
votes

There are two ways to do this:

  • Each application integrates with Azure AD in the same way as your application

  • Each application has their own IDP that then federates with Azure AD