Identifying and filtering tenants using multi-tenant Azure AD SSO (Open ID Connect)

We have a SaaS web application hosted with a non-Azure provider. Currently users access it via built-in individual user accounts, but we are implementing multi-tenant SSO via Azure AD (Open ID Connect). The aim here is for each organisation (using Azure AD) to subscribe to our web application to allow their users to sign in.

Windows Azure Can I run multiple WebSites on the same Extra small instance or Small instance

I’m evaluating MS cloud Windows Azure for hosting 3 completely separated websites. Every website has its own database and they are not connected, so 3 websites and 3 databases. My aim is to optimize costs for a start-up project with the possibility to scale up on demand. I would like to know: If is possible … Read more

Tenant-specific routes for dynamically loaded modules

I am using ASP.NET MVC to develop an application framework. Essentially, the end goal is to be able to log into an admin interface, create a new tenant with custom settings, enable the modules they want (blog, shopping basket, etc)… job done – satisfied customer with new website. I’m not using separate applications because there will be a lot of shared code and it would be easier to maintain this way, and also because it would be pretty easy to bring a new, identical node online at peak times.