Skip to content

Commit 619b6c1

Browse files
committed
run formatter
1 parent 7dc36d6 commit 619b6c1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/OIDC-Guides/OIDC-Setup-With-Keycloak.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Log into the Admin Console and either create a new realm for RomM or reuse an ex
1919
1. In the Admin Console select your realm → **Clients****Create client**.
2020
2. Leave `Client type` as `OpenID Connect` and enter a `Client ID` (for example `romm`). Click **Next**.
2121
3. On the next page:
22-
- Enable **Client authentication**.
23-
- Leave only the **Standard flow** option enabled.
24-
- Click **Next**.
22+
- Enable **Client authentication**.
23+
- Leave only the **Standard flow** option enabled.
24+
- Click **Next**.
2525
4. Set the following URLs:
26-
- **Root URL**: `http://romm.host.local` (replace with your RomM URL)
27-
- **Valid Redirect URIs**: `http://romm.host.local/api/oauth/openid` (replace with your RomM URL)
28-
- **Web origins**: `http://romm.host.local` (replace with your RomM URL)
26+
- **Root URL**: `http://romm.host.local` (replace with your RomM URL)
27+
- **Valid Redirect URIs**: `http://romm.host.local/api/oauth/openid` (replace with your RomM URL)
28+
- **Web origins**: `http://romm.host.local` (replace with your RomM URL)
2929
5. Go to the **Credentials** tab and copy the **Client Secret** — you'll need this for the RomM configuration.
3030

3131
### Step 3: Configure RomM Environment Variables

0 commit comments

Comments
 (0)