Skip to content

Commit 7fffd27

Browse files
First wave of changes
1 parent d5f96f9 commit 7fffd27

19 files changed

Lines changed: 42 additions & 0 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/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

support/entra/entra-id/app-integration/idx10501-token-signature-validation-error.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
# IDX10501 Signature Validation Errors in Microsoft Entra ID applications
1111

12+
## Summary
13+
1214
If a client application obtains an access token from Microsoft Entra ID and sends it to a resource (API) application, the resource application must validate the token. It validates by using the public key from the certificate that was used to sign the token. If the application can't find the correct key identifier (kid), it might generate an error message that resembles the following message:
1315

1416
> IDX10501: Signature validation failed. Unable to match 'kid'

support/entra/entra-id/app-integration/msal-client-exception-failed-to-get-user-name.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
# Microsoft.Identity.Client.MsalClientException: Failed to get user name
1111

12+
## Summary
13+
1214
This article provides a solution to the "Failed to get user name" error that occurs when an application uses Integrated Windows Authentication (IWA) together with Microsoft Authentication Library (MSAL).
1315

1416
## Symptoms

support/entra/entra-id/app-integration/no-account-login-hint-passed-acquire-token-silent.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
# Error "No account or login hint was passed to the AcquireTokenSilent" in web applications without persistent token cache
1010

11+
## Summary
12+
1113
This article offers solutions for the "No account or login hint was passed to the AcquireTokenSilent" error that occurs in a web application using Microsoft Authentication Library (MSAL) or Microsoft Identity Web.
1214

1315
## Symptoms

0 commit comments

Comments
 (0)