Skip to content

Commit 6053177

Browse files
committed
Fix
1 parent 4a59b42 commit 6053177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/howto-build-services-resilient-to-metadata-refresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services.Configure<JwtBearerOptions>(AzureADDefaults.JwtBearerAuthenticationSche
4343

4444
Microsoft recommends that you move to ASP.NET Core, as development has stopped on ASP.NET.
4545

46-
If you're using ASP.NET classic, use the latest [Microsoft.IdentityModel.*](https://www.nuget.org/packages?q=Microsoft.IdentityModel).
46+
If you're using ASP.NET classic, use the latest [`Microsoft.IdentityModel.*`](https://www.nuget.org/packages?q=Microsoft.IdentityModel).
4747

4848
OWIN has an automatic 24-hour refresh interval for the `OpenIdConnectConfiguration`. This refresh will only be triggered if a request is received after the 24-hour time span has passed. As far as we know, there's no way to change this value or trigger a refresh early, aside from restarting the application.
4949

0 commit comments

Comments
 (0)