From c711b52b96109bdc41baae7886d27d375d5d7dae Mon Sep 17 00:00:00 2001 From: CapitaineThug <104926772+CapitaineThug@users.noreply.github.com> Date: Sun, 17 Nov 2024 20:23:09 +0100 Subject: [PATCH] Update sso.md Problem with layout --- docs/features/sso.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/features/sso.md b/docs/features/sso.md index 11c8a332..7c480dd6 100644 --- a/docs/features/sso.md +++ b/docs/features/sso.md @@ -69,7 +69,11 @@ You can configure the following environment variables to match the roles returne 1. `OAUTH_ALLOWED_ROLES` - A comma-separated list of roles that are allowed to log in (receive open webui role `user`). 1. `OAUTH_ADMIN_ROLES` - A comma-separated list of roles that are allowed to log in as an admin (receive open webui role `admin`). -:::info If changing the role of a logged in user, they will need to log out and log back in to receive the new role. ::: +:::info + +If changing the role of a logged in user, they will need to log out and log back in to receive the new role. + +::: ## Trusted Header