Preventing users from registering or consenting to apps
This recipe shows how to prevent users from consenting to apps.
Getting ready
To complete this recipe, sign in to the Azure AD tenant with an account that has the Global administrator role assigned to it. If the organization uses the Azure AD PIM feature, activate the Global administrator role in advance.
How to do it...
Perform the following steps to prevent users from consenting to apps:
- Navigate your browser to https://aad.portal.azure.com.
- Sign in with an account in Azure AD that has the Global administrator role assigned.
- Perform MFA when prompted.
- In the left navigation pane, click Azure Active Directory.
- In the Azure Active Directory navigation pane, click User settings.
- In the User settings pane, change the Users can register applications setting to No.
- Click Save at the top of the pane.
- In the left navigation pane, click Azure Active Directory again.
- In the Azure Active...