mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-06 00:55:04 +02:00
Add redirect URL to proxmox documentation
This commit is contained in:
parent
6184d645d2
commit
3a3d3eb807
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue