Skip to content

Commit

Permalink
Merge pull request #525 from DuendeSoftware/roland/addauthzwarning
Browse files Browse the repository at this point in the history
Add authorization warning for quickstart UI session management page
  • Loading branch information
josephdecock authored Oct 2, 2024
2 parents 71858f2 + 80a91fb commit b243d51
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ The [session management service]({{<ref "/reference/services/session_management_

The Quickstart UI contains a simple administrative page (under the "ServerSideSessions" folder) that uses the *ISessionManagementService* API.

It looks something like this (but of course you are free to customize or change it as needed):
{{% notice note %}}
The Quickstart session administrative page requires a logged in user to manage sessions. We strongly recommend that you add additional authorization suitable to your organization by adding an authorization policy.
{{% /notice %}}

The session management page looks like this by default, but of course you are free to customize or change it as needed:

![](../images/session_query.png)

Expand Down

0 comments on commit b243d51

Please sign in to comment.