[GH-ISSUE #3] PBS connection UI shows wrong token format (= instead of :) #7

Closed
opened 2026-03-07 19:26:17 +03:00 by kerem · 0 comments
Owner

Originally created by @ganondorofu on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/3

Title: PBS connection fails - API Token format unclear (= vs : separator)

Description:
I was getting authentication errors with PBS connection. The UI placeholder/example shows the token format as user@realm!tokenid=xxxx, but changing = to : resolved the authentication issues.

What I experienced:

  1. Followed the UI example format: root@pam!proxcenter=<secret>
  2. Got repeated "401 Unauthorized" and "invalid token name" errors in PBS logs
  3. Changed separator from = to :root@pam!proxcenter:<secret>
  4. Authentication started working
Originally created by @ganondorofu on GitHub (Feb 16, 2026). Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/3 **Title**: PBS connection fails - API Token format unclear (= vs : separator) **Description**: I was getting authentication errors with PBS connection. The UI placeholder/example shows the token format as `user@realm!tokenid=xxxx`, but changing `=` to `:` resolved the authentication issues. **What I experienced**: 1. Followed the UI example format: `root@pam!proxcenter=<secret>` 2. Got repeated "401 Unauthorized" and "invalid token name" errors in PBS logs 3. Changed separator from `=` to `:` → `root@pam!proxcenter:<secret>` 4. Authentication started working
kerem closed this issue 2026-03-07 19:26:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxcenter-ui#7
No description provided.