Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add client attributes to database authentication #16307

Copy link
Copy link
@lugrinder

Description

@lugrinder
Issue body actions

What would you like to be added or enhanced?

For all database password-based authentication integrations, add selected columns as client_attrs, similar to the approach used in HTTP authentication.

For example:

SELECT password_hash, salt, is_superuser, sn as client_attrs.sn FROM mqtt_user WHERE username = ${username} LIMIT 1

Why is this needed?

This expands the authentication possibilities to the same level as HTTP authentication, without the need for an external authentication service/endpoint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.