How to Configure an App Services Web App as a Multitenant Application

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ม.ค. 2022
  • This is a short How-to video showing how you can configure an App Service Web App as a multi-tenant application that can be used from different Azure AD tenant and not limited to a single Azure AD tenant where the application was configured.
    =========================================================
    Twitter - @mstechtrainings
    Facebook - Microsoft Azure Enthusiasts
    LinkedIn - / neeraj-kumar-csm-mcts-...
    Blog - www.azure-training.com
    =========================================================
    #AzureAD #Multitenant #MultitenantApplication #OAuth #AzureADGraphAPI #AppServices #AppServicesWebApp #AzureActiveDirectory
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 9

  • @dotnet8925
    @dotnet8925 4 หลายเดือนก่อน

    great work and presentation.

  • @yanivshalomhelp3579
    @yanivshalomhelp3579 2 ปีที่แล้ว +1

    Great explained. Many thanks !!!!

  • @praveend6449
    @praveend6449 2 ปีที่แล้ว +1

    Thanks for the informative videos.
    If possible, for videos like these where we need to use multiple resources, can you draw simple diagram and explain on how they communicate each other going forward?

    • @AzureTrainingSeries
      @AzureTrainingSeries  2 ปีที่แล้ว +2

      Great suggestion, Praveen! and believe me I thought of putting up a diagram here, but later I also thought of creating a complete series on OAuth and OpenID Connect (OIDC) with a detailed description on the process flow for Azure AD

  • @akshayanvekar8713
    @akshayanvekar8713 2 ปีที่แล้ว

    Thanks for the tutorial. Can we allow resource access of their own tenant resource using application registered in our tenant?

    • @AzureTrainingSeries
      @AzureTrainingSeries  2 ปีที่แล้ว

      Yes you can! You will have to allow the the application access to the resource using RBAC role from within Identity and Access Management section of the resource

  • @Nirja2010
    @Nirja2010 ปีที่แล้ว +1

    Hi. do you have example for getting user calendar for multi tenant. But I want to store those calendar events into our DB. there is no user interaction.

    • @AzureTrainingSeries
      @AzureTrainingSeries  ปีที่แล้ว

      That's a great idea! I have not done it yet, but will definitely try.