From 3a3d3eb807b128103d53fc81213469f062ce5105 Mon Sep 17 00:00:00 2001
From: Krzysztof Dajka <alteriks@protonmail.com>
Date: Thu, 5 Dec 2024 09:54:21 +0100
Subject: [PATCH] Add redirect URL to proxmox documentation

---
 examples/proxmox.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/proxmox.md b/examples/proxmox.md
index a8d588029..d6ed35a70 100644
--- a/examples/proxmox.md
+++ b/examples/proxmox.md
@@ -18,10 +18,11 @@ See also:
 
 ## On Kanidm
 
-### 1. Create the proxmox resource server
+### 1. Create the proxmox resource server and configure the redirect URL
 
 ```bash
 kanidm system oauth2 create proxmox "proxmox" https://yourproxmox.example.com
+kanidm system oauth2 add-redirect-url "proxmox" https://yourproxmox.example.com
 ```
 
 ### 2. Create the appropriate group(s)
@@ -88,4 +89,3 @@ Login to proxmox node and execute:
 ```bash
 pveum realm add kanidm --type openid --issuer-url https://idm.example.com/oauth2/openid/proxmox --client-id proxmox --client-key="secret from step 6" --username-claim username --scopes="email profile openid" --autocreate
 ```
-