Skip to content

Commit 3d4b47e

Browse files
authored
Update howto-build-services-resilient-to-metadata-refresh.md
1 parent 4066aab commit 3d4b47e

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
@@ -35,7 +35,7 @@ services.Configure<JwtBearerOptions>(AzureADDefaults.JwtBearerAuthenticationSche
3535
// shouldn’t be necessary as it’s true by default
3636
options.RefreshOnIssuerKeyNotFound = true;
3737
38-
};
38+
});
3939
```
4040

4141
## ASP.NET/ OWIN

0 commit comments

Comments
 (0)