Skip to content

Commit e1be75d

Browse files
authored
Update scenario-web-app-sign-user-app-configuration.md
1 parent 6d7adb4 commit e1be75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/scenario-web-app-sign-user-app-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ The `AadIssuerValidator` class enables the issuer of the token to be validated i
316316
317317
# [ASP.NET](#tab/aspnet)
318318
319-
The code related to authentication in ASP.NET web app and web APIs is located in the [App_Start/Startup.Auth.cs](https://github.com/Azure-Samples/ms-identity-aspnet-webapp-openidconnect/blob/a2da310539aa613b77da1f9e1c17585311ab22b7/WebApp/App_Start/Startup.Auth.cs#L17-L61) file.
319+
The code related to authentication in an ASP.NET web app and web APIs is located in the [App_Start/Startup.Auth.cs](https://github.com/Azure-Samples/ms-identity-aspnet-webapp-openidconnect/blob/a2da310539aa613b77da1f9e1c17585311ab22b7/WebApp/App_Start/Startup.Auth.cs#L17-L61) file.
320320
321321
```CSharp
322322
public void ConfigureAuth(IAppBuilder app)

0 commit comments

Comments
 (0)