Azure | Active Directory | Multi-Tenant Authentication

preview_player
Показать описание
In this video I'll show how we can restrict unauthenticated user to access the application in case of multi-tenant authentication.

#Azure
Рекомендации по теме
Комментарии
Автор

I like the details and topic coverage. Thanks for helping all of us.

angmathew
Автор

Thanks for this short and precise video, can you please share how to do authorization in muti-tenant. Like how to share roles and policy and restrict access to app for other tenant users

sarwalgaurav
Автор

Hello Rohit, Thanks for sharing the knowledge

Is it possible to make a video on Azure AppGateway??

If we create a service then we will have the service URL, Lets say if we have the swagger link for that service then anyone can access, so for the customer faced URL's we can secure that service URL using the app gateway right and also if we want to pass the customerId parameterid in the query param then its not a good idea so we can send it using the JWT token..

1) Create a Web api endpoint with asp net core which also have the customer info properties needs to pass in the querystring/body.
2) secure the service URL with app gateway which have the subscripion key so that only the services which want to consume needs to pass that subscription key
3) instead of passing the important customer details in the header/queryparams we can send it using JWT.

RAM-ffdy
Автор

We have 3 domains in our organization and few users having user accounts in all of these domains on O365. Our intention is to switch accounts between these domains and be able to access the office apps such as mails, teams, sharepoint, oneDrive, etc. without having to login upon switching.

mohammedsulemankhan
Автор

I have a question.... I have azure student account but someone hide my subscription that's why subscription was not showing.. if you have a solution please reply

btsarmy
Автор

My question is not on authentcation related please. Is it advisable to go for sigle tenant design when you have multiple strong clients as customers? Single tenant will put as to do lot of deployments but companies are opting it now a days, Do you have idea why?

angmathew