Skip to content

Commit 6b0dc24

Browse files
Tyler WhitneyTyler Whitney
authored andcommitted
shortening titles for SEO work
1 parent 46e26f6 commit 6b0dc24

6 files changed

+8
-7
lines changed

articles/active-directory/develop/howto-restrict-your-app-to-a-set-of-users.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Restrict your Azure Active Directory-registered app to a set of users
2+
title: Restrict Azure Active Directory-registered app users | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn how to restrict access to your apps registered in Azure AD to a selected set of users.
55
services: active-directory
@@ -21,7 +21,7 @@ ms.custom: aaddev
2121
#Customer intent: As an application developer, I want to restrict an application that I have registered in Azure AD to a select set of users available in my Azure AD tenant
2222
ms.collection: M365-identity-device-management
2323
---
24-
# How to: Restrict your app to a set of users
24+
# How to: Restrict your Azure AD app to a set of users
2525

2626
Applications registered in an Azure Active Directory (Azure AD) tenant are, by default, available to all users of the tenant who authenticate successfully.
2727

articles/active-directory/develop/msal-b2c-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Learn how applications can interoperate with Azure AD B2C by using Microsoft Authentication Library
2+
title: Use MSAL with Azure Active Directory B2CLearn | Azure
3+
titleSuffix: Microsoft identity platform
34
description: Microsoft Authentication Library (MSAL) enables applications to interoperate with Azure AD B2C and acquire tokens to call secured Web APIs. These web APIs can be Microsoft Graph, other Microsoft APIs, web APIs from others, or your own web API.
45
services: active-directory
56
documentationcenter: dev-center-name

articles/active-directory/develop/msal-js-avoid-page-reloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Avoid page reloads (Microsoft Authentication Library for JavaScript)
2+
title: Avoid page reloads (MSAL.js)
33
titleSuffix: Microsoft identity platform
44
description: Learn how to avoid page reloads when acquiring and renewing tokens silently using the Microsoft Authentication Library for JavaScript (MSAL.js).
55
services: active-directory

articles/active-directory/develop/msal-net-acquire-token-silently.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Acquire a token silently (Microsoft Authentication Library for .NET)
2+
title: Acquire a token silently (MSAL.NET)
33
titleSuffix: Microsoft identity platform
44
description: Learn how to acquire an access token silently (from the token cache) using the Microsoft Authentication Library for .NET (MSAL.NET).
55
services: active-directory

articles/active-directory/develop/msal-net-token-cache-serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Token cache serialization in Microsoft Authentication Library for .NET
2+
title: Token cache serialization (MSAL.NET) | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn about serialization and customer serialization of the token cache using Microsoft Authentication Library for .NET (MSAL.NET).
55
services: active-directory

articles/active-directory/develop/msal-net-xamarin-ios-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Xamarin iOS considerations (Microsoft Authentication Library for .NET)
2+
title: Xamarin iOS considerations (MSAL.NET) | Azure
33
titleSuffix: Microsoft identity platform
44
description: Learn about specific considerations when using Xamarin iOS with the Microsoft Authentication Library for .NET (MSAL.NET).
55
services: active-directory

0 commit comments

Comments
 (0)