User Admin API functions may use wrong domain part #31

Closed
opened 2022-07-14 01:27:20 -05:00 by joe · 1 comment
Owner

The User Admin API functions use the value of the homeserver config key which is discovered via a homeserver's '.well-known' file since v0.14.0. This value is often — probably usually — not the same as the domain part of a user's MXID (matrix.thisisjoes.site is an unusual case where they are the same).

The User Admin API functions use the value of the `homeserver` config key which is discovered via a homeserver's '.well-known' file since v0.14.0. This value is often — probably usually — not the same as the domain part of a user's MXID (matrix.thisisjoes.site is an unusual case where they are the same).
joe added the
bug
release blocker
labels 2022-07-14 01:27:20 -05:00
Author
Owner

A new configuration key base_url could be used to store the value retrieved through '.well-known' discovery, and the homeserver key may be reserved for the name (domain part) of the homeserver.

A new configuration key `base_url` could be used to store the value retrieved through '.well-known' discovery, and the `homeserver` key may be reserved for the name (domain part) of the homeserver.
joe closed this issue 2022-07-15 09:43:32 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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: joe/axon.sh#31
No description provided.