pbs_tfa_webauthn_set
Update the server-wide WebAuthn configuration for Proxmox Backup Server. Dry-run shows impact of changes to RP ID, origin, or name; confirm to apply.
Instructions
MUTATION (MEDIUM): update the server-wide WebAuthn config. Dry-run by default — the PLAN
reads the current config and calls out that changing rp_id WILL break every existing
WebAuthn credential on the server, and origin MAY. confirm=True executes and returns a
dict; synchronous, no UPID. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rp_id | No | Relying party ID (the domain name, no protocol/port/path). Changing this WILL break every existing WebAuthn credential on the server. | |
| digest | No | Optional SHA256 config digest to prevent concurrent modifications. | |
| origin | No | Site origin (https:// URL, or http://localhost). Changing this MAY break existing WebAuthn credentials. | |
| confirm | No | False (default) returns a dry-run PLAN preview; True executes the mutation. | |
| rp_name | No | Relying party display name (any text identifier). Changing this MAY break existing credentials. | |
| delete_props | No | Property names to clear. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. | |
| allow_subdomains | No | Whether subdomains of origin are considered valid too. Defaults to true per PBS. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |