While searching how to use webauthn for multiple domains in clustered environment I have found the following thread for the PMG https://forum.proxmox.com/threads/webauthn-syncs-urls-cluster-usage-not-possible.105505/ .
I have found that using the same approach I can achieve the expected result, but instead of the command from the PMG thread I need to call
I wonder why it's not possible to leave empty the Origin option while changing the WebAuthn Settings (PVE 7.1-10)? It looks like the only limitation is on the input form validation level as calling the api method all is ok.
I have found that using the same approach I can achieve the expected result, but instead of the command from the PMG thread I need to call
Code:
pvesh set /cluster/options -webauthn "id=subdomain.example.com,rp=subdomain.example.com"
I wonder why it's not possible to leave empty the Origin option while changing the WebAuthn Settings (PVE 7.1-10)? It looks like the only limitation is on the input form validation level as calling the api method all is ok.