Skip to content

Commit 530ce09

Browse files
authored
fix validation warning
1 parent 5c756ea commit 530ce09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-authentication-flows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ To satisfy either requirement, one of these operations must have been completed:
241241
- You as the application developer have selected **Grant** in the Azure portal for yourself.
242242
- A tenant admin has selected **Grant/revoke admin consent for {tenant domain}** in the **API permissions** tab of the app registration in the Azure portal; see [Add permissions to access your web API](quickstart-configure-app-access-web-apis.md#add-permissions-to-access-your-web-api).
243243
- You've provided a way for users to consent to the application; see [User consent](../manage-apps/user-admin-consent-overview.md#user-consent).
244-
- You've provided a way for the tenant admin to consent for the application; see [Administrator consent](../manage-apps/user-admin-consent-overview.md#administrator-consent).
244+
- You've provided a way for the tenant admin to consent for the application; see [Administrator consent](../manage-apps/user-admin-consent-overview.md#admin-consent).
245245

246246
For more information on consent, see [Permissions and consent](v2-permissions-and-consent.md#consent).
247247

0 commit comments

Comments
 (0)