You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/administration/oidc/voidauth.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,34 +9,34 @@ description: Wire up SSO to VoidAuth
9
9
10
10
## 1. Prerequisites
11
11
12
-
VoidAuth installed and running via their [self-hosted deployment docs](https://voidauth.app/#/?id=quick-start). We will use the APP_URL provided in the compose.yml exemple for reference in this documentation : https://auth.example.com
13
-
Your RomM instance will be referenced as https://demo.romm.app.
12
+
VoidAuth installed and running via their [self-hosted deployment docs](https://voidauth.app/#/?id=quick-start). We'll use the `APP_URL` from the example `compose.yml`in those docs as `https://auth.example.com`.
13
+
Your RomM instance will be referenced as `https://demo.romm.app`.
14
14
15
15
## 2. Create a new app
16
16
17
-
Login as an admin in VoidAuth web interface. Create a new OIDC Apps (e.g. `RomM`).
17
+
Log in as an admin in the VoidAuth web interface. Create a new OIDC app (e.g. `RomM`).
-**Group**: You could add a group that the user must belong to get access to your RomM instance. If left empty, any user created in your VoidAuth instance will be allowed.
23
-
-**Skip Consent** and **MFA Required** : This options could be checked or not as you wish.
24
-
-**Client ID**: Generate an ID using the button
25
-
-**Auth Method**: `Client Secred Basic`
26
-
-**Client Secret**: Generate a secret using the button
23
+
-**Skip Consent** and **MFA Required**: These options can be enabled or left disabled as you prefer.
24
+
-**Client ID**: Generate an ID using the button.
25
+
-**Auth Method**: `Client Secret Basic`
26
+
-**Client Secret**: Generate a secret using the button.
0 commit comments