Do you maintain a GitHub repository for the projects mentioned in your videos?
@laykside4 ай бұрын
I loved the Blazor app and would like to have a copy to use for testing app registrations
@tamiros9 ай бұрын
hi great video and amazing explanation. but i don't understand, it is not possible to provide access only to specific tenanat (organization) ?
@TechMindFactory2 ай бұрын
Yes, you can do it, however currently you will have to control this in your application code as in Microsoft Entra (at least for now) there is no feature to limit access for external tenants in multi-tenant applications.
@grzegorzorda1960 Жыл бұрын
You mentioned with the multitenant approach that there is currently no way to protect against login attempts from other tenants - there is only the possibility to verify them in the code. Is it possible to validate beforehand so as to avoid entries in enterprise applications of users who tried to log in? What are the best practices in securing applications to avoid littering the tenant?
@TechMindFactory Жыл бұрын
Unfortunately, at this moment there is no way to do it efficiently. I have some updates that in the future probably there will be more constraint functionalities added on the Entra side so we do not have to implement additional validation on the code side. For now, for multi-tenant applications anyone can try to sign in and you have to take care of blocking the access.
@niloomon2 ай бұрын
God bless you man, awesome content
@Tanjiro-q4z2 ай бұрын
Thanks for the detailed video, just out of curiosity: is it also this complex for other IDPs (like AWS or Google)?
@TechMindFactory2 ай бұрын
Thank you, when it comes to your question. Unfortunately, I do not have any experience in this field in AWS and Google platform so I cannot provide clear and honest answer.
@olduniverse92708 ай бұрын
I created. a multiteant application. Users from other tenants can log in. But also I want allow to users from my tenant to log in? How to do this? I added a .gmail account as user to my tenant but. can't log in.
@mariorgutierrezlealАй бұрын
Excellent, thanks!!
@DreamerAtNight2 ай бұрын
Great video
@zongyili569 Жыл бұрын
Should it use v2 endpoint for the admin consent?
@TechMindFactory Жыл бұрын
You do not have to specify the version in this case. You can simply use the URL in such form: login.microsoftonline.com/{organization}/adminconsent?client_id={client-id} It will create required Service Principal/s for the applications and APIs. You can see example here in the documentation: learn.microsoft.com/en-us/entra/identity/enterprise-apps/grant-admin-consent?pivots=portal#construct-the-url-for-granting-tenant-wide-admin-consent
@lokeswarsomisetty91532 ай бұрын
i have one big doubt can we contact through mail can you give me your mail please regarding multi-tenant
@TechMindFactory2 ай бұрын
Please contact me using this email: techmindfactory@hotmail.com