Clarify prerender with authorized content (#22570)

pull/22591/head
Luke Latham 2021-06-22 07:13:07 -05:00 committed by GitHub
parent 0302539a88
commit b3a54eefef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ For an additional example that works with AAD security groups and AAD Administra
## Support prerendering with authentication
After following the guidance in one of the Blazor WebAssembly security app topics, use the following instructions to create an app that:
Prerendering content that requires authentication and authorization isn't currently supported. After following the guidance in one of the Blazor WebAssembly security app topics, use the following instructions to create an app that:
* Prerenders paths for which authorization isn't required.
* Doesn't prerender paths for which authorization is required.