Skip to content

Commit d461074

Browse files
committed
Address Jackson's feedback
1 parent 6ca6d58 commit d461074

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/active-directory/develop/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@
810810
href: reply-url.md
811811
- name: Validation differences by supported account types
812812
href: supported-accounts-validation.md
813-
- name: Revised limits of the RRA collection
813+
- name: Configured permissions limits troubleshooting
814814
href: rra-limits-troubleshooting.md
815815
- name: Microsoft auth libraries by app type
816816
displayName: MSAL, auth client library, SDK, token validation

articles/active-directory/develop/rra-limits-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If the application isn't needed anymore, the first option you should consider is
3232

3333
If you still need the application or are unsure, the following steps will help you resolve this issue:
3434

35-
1. **Remove duplicate permissions.** In some cases, the same permission is listed multiple times. Review the required permissions and remove permissions that are listed two or more times.
35+
1. **Remove duplicate permissions.** In some cases, the same permission is listed multiple times. Review the required permissions and remove permissions that are listed two or more times. See the related PowerShell script on the [additional resources](#additional-resources) section of this article.
3636
2. **Remove unused permissions.** Review the permissions required by the application and compare them to what the application or service does. Remove permissions that are configured in the app registration, but which the application or service doesn’t require. For more information on how to review permissions, see [Review application permissions](../manage-apps/manage-application-permissions.md)
3737
3. **Remove redundant permissions.** In many APIs, including Microsoft Graph, some permissions aren't necessary when other more privileged permissions are included. For example, the Microsoft Graph permission User.Read.All (read all users) isn't needed when an application also has User.ReadWrite.All (read, create and update all users). To learn more about Microsoft Graph permissions, see [Microsoft Graph permissions reference](/graph/permissions-reference).
3838
4. **Use multiple app registrations.** If a single app or service requires more than 400 permissions in the required permissions list, the app will need to be configured to use two (or more) different app registrations, each one with 400 or fewer permissions configured on the app registration.
@@ -66,7 +66,7 @@ Yes. The limits can vary depending on the supported account types for the app. A
6666

6767
## Additional resources
6868

69-
The PowerShell script below can be used to remove any duplicate permissions from your app registrations.
69+
Use the following PowerShell script to remove any duplicate permissions from your app registrations.
7070

7171
```PowerShell
7272
<#

0 commit comments

Comments
 (0)