mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-28 10:16:37 +00:00
1.4 KiB
1.4 KiB
id
| id |
|---|
| proxmox |
Proxmox
The following example variables are used, and should be replaced with your actual URLS.
- proxmox.example.com (The url of your proxmox instance.)
- id.example.com (The url of your Pocket ID instance.)
Pocket ID Setup
- In Pocket-ID create a new OIDC Client, name it i.e.
Proxmox. - Set a logo for this OIDC Client if you would like too.
- Set the callback URL to:
https://proxmox.example.com. - Copy the
Client ID, and theClient Secretfor use in the next steps.
Proxmox Setup
- Open the Proxmox Console and navigate to:
Datacenter - Realms - Add a new
Open ID Connect ServerRealm - Enter
https://id.example.comfor theIssuer URL - Enter a name for the realm of your choice ie.
PocketID - Paste the
Client IDfrom Pocket ID into theClient IDfield in Proxmox. - Paste the
Client Secretfrom Pocket ID into theClient Keyfield in Proxmox. - You can check the
Defaultbox if you want this to be the deafult realm proxmox uses when signing in. - Check the
Autocreate Userscheckbox. (This will automaitcally create users in Proxmox if they dont exsist.) - Select
usernamefor theUsername Claimdropdown (This is personal preference and controls how the username is shown, ie:username = username@PocketIDoremail = username@example@PocketID). - Leave the rest as defaults and click
OKto save the new realm.