Search code examples
azureadaladal.js

AngularAdal restrict AD users


I'm using AngularJS Adal plugin to handle login on my page, with Azure AD. I got everything working and it's great, one problem I have is, I would like to restrict who in Azure AD can use the login, is this possible?

Thanks,
Feeloor


Solution

  • To restrict the users for the apps which protected by the Azure AD, we can config the app to enable the ‘User assignment required to access app’ on the portal like figure below: enter image description here

    Then we can assign/remove the users who you doesn’t want to use the app at the users tab like below:

    enter image description here