Integration with Proxmox VE
On this page
Interlock Configuration
- Log into Interlock.
- Go to
SSO Applications
. - Create an application with the following details:
- Name:
Proxmox VE
- Enabled:
True
- Redirect URI:
https://proxmox.example.com
ORhttps://your-ip-address:8006
- Response Types:
code
- Scopes: Default (
openid
,profile
,email
,groups
)
- Name:
- Once the
SSO Application
has been created, open it’s View dialog to copy theClient ID
andClient Secret
.
Proxmox VE Configuration
Within your Proxmox VE GUI, go to Datacenter
→ Permissions
→ Realms
and
add an OpenID Connect Server with the following details:
- Issuer URL:
https://interlock.example.com/openid
- Realm:
interlock
- Client ID:
your-client-id
- Client Key:
your-client-secret
- Default:
your-choice
- Autocreate Users:
True
- Scopes:
Default (email profile)
- Username Claim:
username
- Prompt:
none
orlogin
orconsent