Skip to content

Commit 056a54c

Browse files
Update src/content/docs/identityserver/upgrades/identityserver4-upgrade-analysis.mdx
Co-authored-by: Khalid Abuhakmeh <khalid.abuhakmeh@duendesoftware.com>
1 parent 0be2792 commit 056a54c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/identityserver/upgrades/identityserver4-upgrade-analysis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The controller is designed to inspect client configurations from:
3434
If your implementation uses a custom store for client configuration, you will need to modify the controller code (specifically in the constructor) to manually wire up the retrieval of your client data so it can be included in the analysis.
3535

3636
:::danger[Security warning]
37-
To make use of the tool, you must update the authorization logic in the `Index()` method. This exists to make sure only a specific user or a user with necessary claims can access the report for your environment.
37+
To make use of the tool, you must update the authorization logic in the `Index()` method. Authorization is in place to ensure that only a user with the necessary claims can access the report for your environment.
3838
This is extremely important when deploying the migration analysis tool to your production environment.
3939

4040
The default implementation contains a placeholder check that verifies if your username is `"scott"`:

0 commit comments

Comments
 (0)