Forum Discussion

vasileios666's avatar
vasileios666
Copper Contributor
Oct 20, 2021

Implementing IAM on apps

Hello, my team is developing an app using Azure native and i would like for our users to use their microsoft account (personal or work) in order to register with us and being able to use the app. I ...
  • omarmciver's avatar
    omarmciver
    Oct 22, 2021

    Hi vasileios666,

     

    You can achieve this by following the same steps. While your app registration will need to be inside your own tenant, the scope of users it supports does not.

     

    Here is a link to Sign in any Azure Active Directory user using the multi-tenant application pattern 

    There are a few tweaks to the config, but you basically use the /common endpoints instead of your tenant endpoints. That way it will work for any Microsoft account.

     

    Here is an example of this in action.

     

    You can also configure this with the no-code authentication and root authorization in the App Service:

     

     

     

    Many Thanks

    Omar

Resources