From 17a95e10c41a93a9c9eabcbe5d4ff1c432fc9160 Mon Sep 17 00:00:00 2001 From: Thomas Moraine Date: Wed, 8 Jan 2025 14:57:03 +0100 Subject: [PATCH] doc(xoa): Add documentation for authentication with auth-oidc plugin The documentation now explains how to set up authentication in Xen Orchestra using the OpenID Connect plugin. It includes both admin-side configuration and user-side login steps. Signed-off-by: Thomas Moraine --- docs/docs/users.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/docs/users.md b/docs/docs/users.md index 8d8aa0c3288..0a34c495ac4 100644 --- a/docs/docs/users.md +++ b/docs/docs/users.md @@ -104,17 +104,14 @@ In this section, you'll learn: - how users can log in with OpenID Connect - how administrators can configure the plugin to suit their needs - #### Prerequisites - Make sure your identity provider supports OpenID Connect. - #### User Workflow ##### Log In with OpenID Connect 1. On the Xen Orchestra login page, click **Sign in with OpenID Connect**. - - Optionally, select **Remember me** to stay logged in. ![OpenID Connect plugin settings](./assets/openid-connect-signin-button.png)