Quantcast
Channel: Azure Active Directory forum
Viewing all articles
Browse latest Browse all 16000

Active Directory MultiTenant and Asp.net MVC

$
0
0

I'm reading about AD in azure and its integration with Asp.net MVC

But I have with some doubts.

When using AD must not use more another provider? For example ASP.NET Identity?

Since the AD has a multi tenant deployment, as I seto the tenant to the user?

The AD user is only registered by azure panel? I can not register via application?

How do I get the TenantID to filter data that only tenant?

db.customers.where (x => x.tenantId == ??

I would like to create a multi tenant application

And the user to create an account trial

As this site: https://www.xero.com/signup/
Can I use AD for that? I will not use authentication with social networks

Can anyone give me a direction


Viewing all articles
Browse latest Browse all 16000

Trending Articles