Skip to content

Commit 159e716

Browse files
committed
Improving layout
1 parent 5693864 commit 159e716

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

1-WebApp-OIDC/1-6-SignOut/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ from <https://github.com/aspnet/AspNetCore/blob/master/src/Azure/AzureAD/Authent
5454
The ASP.NET Core OpenIdConnect middleware enables your app to intercept the call to the Microsoft identity platform logout endpoint by providing an OpenIdConnect event named `OnRedirectToIdentityProviderForSignOut`. The web app uses it to attempt to avoid the select account dialog to be presented to the user when signing out. This interception is done in the `AddAzureAdV2Authentication` of the `Microsoft.Identity.Web` reusable library. See [StartupHelpers.cs L58-L66](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/blob/b87a1d859ff9f9a4a98eb7b701e6a1128d802ec5/Microsoft.Identity.Web/StartupHelpers.cs#L58-L66)
5555

5656
```CSharp
57-
public static IServiceCollection AddAzureAdV2Authentication(this IServiceCollection services, IConfiguration configuration)
57+
public static IServiceCollection AddAzureAdV2Authentication(this IServiceCollection services,
58+
IConfiguration configuration)
5859
{
5960
...
6061
services.Configure<OpenIdConnectOptions>(AzureADDefaults.OpenIdScheme, options =>

0 commit comments

Comments
 (0)