Skip to content

Support HS display names defined in .well-known client metadata #8826

Closed
@jryans

Description

@jryans

It's been suggested that 'Create your lant.uk account' might itself be confusing - if lant.uk were a large organisation it's likely they would already have something they think of as a lant.uk account.

It's also been raised that whilst lant.uk is the most sensible domain part for their mxids, they might prefer to be represented in the UX by their full company name, or similar.

Two possible independent mitigations for this:

    {
        "m.homeserver": {
            "base_url": "https://matrix.lant.uk",
            "display_name": "Lant ltd."
        },
        "m.identity_server": {
            "base_url": "https://vector.im"
        }
    }

Originally posted by @lampholder in #8763 (comment)

As @turt2live points out, this does introduce some risk of phishing attacks where an evil server masquerades as an organization you trust via the display name in order to hijack your account.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions