Skip to content

Commit 86db7d0

Browse files
committed
Updates
1 parent 81eb98a commit 86db7d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/blazor/security/blazor-web-app-with-entra.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ builder.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme)
417417
:::zone-end
418418

419419
> [!WARNING]
420-
> The preceding examples use in-memory distributed token caches, but production apps should use a production distributed token cache provider. Otherwise, the app may have poor performance in some scenarios. For more information, see the [Use a production distributed token cache provider](#use-a-production-distributed-token-cache-provider) section.
420+
> Production apps should use a production distributed token cache provider. Otherwise, the app may have poor performance in some scenarios. For more information, see the [Use a production distributed token cache provider](#use-a-production-distributed-token-cache-provider) section.
421421
422422
The callback path (`CallbackPath`) must match the redirect URI (login callback path) configured when registering the application in the Entra or Azure portal. Paths are configured in the **Authentication** blade of the app's registration. The default value of `CallbackPath` is `/signin-oidc` for a registered redirect URI of `https://localhost/signin-oidc` (a port isn't required).
423423

@@ -647,7 +647,7 @@ builder.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme)
647647
```
648648

649649
> [!NOTE]
650-
> The preceding example uses in-memory distributed token caches, but production apps should use a production distributed token cache provider. Otherwise, the app may have poor performance in some scenarios. For more information, see the [Use a production distributed token cache provider](#use-a-production-distributed-token-cache-provider) section.
650+
> Production apps should use a production distributed token cache provider. Otherwise, the app may have poor performance in some scenarios. For more information, see the [Use a production distributed token cache provider](#use-a-production-distributed-token-cache-provider) section.
651651
652652
In the `MinimalApiJwt` project, add the following app settings configuration to the `appsettings.json` file:
653653

0 commit comments

Comments
 (0)