authelia/docs/community/oidc-integrations/proxmox.md

1.0 KiB

layout title parent grand_parent nav_order
default Proxmox Community-Tested OIDC Integrations Community 2

OIDC Integrations: Proxmox

{{ page.path }}

Authelia config

Note these setting have been tested with authelia v4.33.2 and Proxmox 7.1-10

The specific client config for proxmox.

identity_providers:
  oidc:
    clients:
      - id: some id you want to use on the client
        description: Some description you want to shown on the Authelia consent page
        secret: some secret string which should also be entered in the proxmox config
        public: false
        authorization_policy: two_factor
        audience: []
        scopes:
          - openid
        redirect_uris:
          - https://proxmox.example.com
        userinfo_signing_algorithm: none

Proxmox config

Under Datacenter go to Persmission > Realms and add the an OpenID Connect Server