Skip to content

Htpasswd should not enforce the uid attribute #13

@jimmy-lt

Description

@jimmy-lt

The Htpasswd currently enforces the username to the uid attribute.

$attributes = array_merge(['uid' => [$username]], $this->attributes);

Ideally this attribute should be user configurable.

The documentation recommends to use urn:oasis:names:tc:SAML:2.0:attrname-format:uri for attribute's NameFormat but forcing the attribute name to uid goes against this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions