Skip to content

Commit 9d2d0bf

Browse files
authored
Update src/content/docs/identityserver/fundamentals/hosting.md
1 parent 929f92a commit 9d2d0bf

File tree

1 file changed

+2
-0
lines changed
  • src/content/docs/identityserver/fundamentals

1 file changed

+2
-0
lines changed

src/content/docs/identityserver/fundamentals/hosting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,6 @@ app.MapDefaultControllerRoute();
8484

8585

8686
However, IdentityServer does not include a call to `UseAuthorization`. You will need to add `UseAuthorization` (after `UseIdentityServer`/`UseAuthentication`) to include the authorization middleware into your pipeline. This will enable you to use various authorization features in your application.
87+
88+
If you use the Duende UI template and its various pages, the use of `UseAuthorization` is required.
8789
:::

0 commit comments

Comments
 (0)