Skip to content

Commit c33f2e3

Browse files
Merge pull request #10620 from ryanberg-aquent/CIs-9522-24
AB#9522: Add Summary H2 header to articles in TOC "Developing or registering apps"
2 parents eff171d + 5ab2c25 commit c33f2e3

27 files changed

Lines changed: 60 additions & 2 deletions

support/entra/entra-id/app-integration/android-app-authentication-fails-after-published-to-google-play-store.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
99

1010
# Authentication fails after an Android app is published to the Google Play Store
1111

12+
## Summary
13+
1214
This article provides a solution to an authentication failure that occurs during signing in after users install an Android app published to the Google Play Store.
1315

1416
## Symptoms

support/entra/entra-id/app-integration/app-doesnt-appear.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ content_well_notification: AI-contribution
1111
ai-usage: ai-assisted
1212
ms.custom: sap:Enterprise Applications
1313
---
14-
# Application does not appear after clicking the add button
14+
# Application doesn't appear after clicking the add button
15+
16+
## Summary
1517

1618
The process of adding an application to Microsoft Entra ID may sometimes fail due to transient issues, networking problems, or a known issue. If you encounter an error when clicking the Add button, you’ll see a Notification in an Error state, which indicates that there was an error when creating the application. To learn more about the error or share it with a support engineer, you can follow the steps in [How to see the details of a portal notification](./send-notification-details.md).
1719

support/entra/entra-id/app-integration/app-takes-long-time-appear.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.custom: sap:Enterprise Applications
1313
---
1414
# Application takes a long time to appear after clicking the "add" button
1515

16+
## Summary
17+
1618
If you experience a delay in the appearance of your application after clicking the "add" button, it is possible that it may take 1-2 minutes (and sometimes longer) for the application to appear in your directory. While this is not the expected performance, you can monitor the progress of the application addition by clicking on the Notifications icon (the bell) in the upper right corner of the Azure portal and looking for an In Progress or Completed notification labeled **Adding application**.
1719

1820
If your application is not added or you encounter an error when clicking the Add button, you will see a Notification in an Error state. To obtain more information about the error and learn more or share with a support engineer, you can follow the steps in [How to see the details of a portal notification](./send-notification-details.md).

support/entra/entra-id/app-integration/application-delegated-permission-access-tokens-identity-platform.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.custom: sap:App registrations
88
---
99
# Application and delegated permissions for access tokens in the Microsoft identity platform
1010

11+
## Summary
12+
1113
This article introduces the differences between application and delegated permissions for access tokens in the Microsoft identity platform to help diagnose issues when applications call web APIs.
1214

1315
## Overview

support/entra/entra-id/app-integration/application-using-tls-1dot0-1dot1-authentication-fail.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
88
---
99
# Microsoft Entra applications using TLS 1.0/1.1 fail to authenticate
1010

11+
## Summary
12+
1113
This article provides solutions to authentication errors that occur with Microsoft Entra-integrated applications targeting versions earlier than Microsoft .NET Framework 4.7.
1214

1315
## Symptoms

support/entra/entra-id/app-integration/asp-dot-net-application-infinite-sign-in-loop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
99

1010
# Infinite sign-in loop between ASP.NET application and Microsoft Entra ID
1111

12+
## Summary
13+
1214
This article provides solutions to an issue where an ASP.NET application experiences an infinite redirect loop during signing in with Microsoft Entra ID.
1315

1416
## Symptoms

support/entra/entra-id/app-integration/asp-dot-net-open-web-interface-for-dot-net-core-authentication-sign-in-failures.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
88
---
99
# Troubleshoot ASP.NET OWIN and ASP.NET Core authentication sign-in failures with Microsoft Entra ID
1010

11+
## Summary
12+
1113
When you develop an ASP.NET Open Web Interface for .NET (OWIN) or ASP.NET Core Authentication web application and integrate it with Microsoft Entra ID, you encounter some issues during the sign-in process without any error messages or hint about what the problem might be. This article doesn't focus on direct solutions to sign-in failures but aims to help you expose hidden error messages that can guide you toward resolving the issue.
1214

1315
> [!NOTE]

support/entra/entra-id/app-integration/confidential-client-application-authentication-error-aadsts7000218.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
99

1010
# Error AADSTS7000218 when a confidential client application authenticates to Microsoft Entra ID
1111

12+
## Summary
13+
1214
This article provides a solution to the AADSTS7000218 error that occurs when a confidential client application authenticates to Microsoft Entra ID.
1315

1416
## Symptoms

support/entra/entra-id/app-integration/customize-authentication-session-expiration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ ms.custom: sap:Developing or Registering apps with Microsoft identity platform
88
---
99
# Customize middleware authentication ticket to extend user sign-in duration
1010

11+
## Summary
12+
13+
This article provides guidance on how to configure ASP.NET or ASP.NET Core App sessions to last longer than the Microsoft Entra ID token.
14+
1115
By default, Microsoft Entra ID tokens (ID tokens, access tokens, and SAML tokens) expire after one hour. Also by default, ASP.NET and ASP.NET Core middleware set their authentication tickets to the expiration of these tokens. If you don't want your web application to redirect users to Microsoft Entra ID to have them sign in again, you can customize the middleware authentication ticket.
1216

1317
This customization can also help resolve AJAX-related issues, such as coss-origin resource sharing (CORS) errors to login.microsoftonline.com. These issues often occur when your app functions as both a web application and a web API.
18+
1419
## For ASP.NET
1520

1621
In the `ConfigureAuth` method of the `Startup.Auth.cs` file, update the `app.UseCookieAuthentication()` method to:

support/entra/entra-id/app-integration/enable-msal4j-logging-spring-boot-webapp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.custom: sap:Microsoft Entra App Integration and Development
99

1010
# Enable MSAL4J logging in a Spring Boot web application
1111

12+
## Summary
13+
1214
This article provides step-by-step instructions to enable [Microsoft Authentication Library for Java](https://github.com/AzureAD/microsoft-authentication-library-for-java) (MSAL4J) logging by using the [Logback framework](https://logback.qos.ch/) in a Spring Boot web application.
1315

1416
## Code sample

0 commit comments

Comments
 (0)