Skip to content

[FR] Just-in-time provisioning of users, with ldap authentication #203

@c8y3

Description

@c8y3

Is your feature request related to a problem? Please describe.
When DFIR-IRIS is configured with ldap authentication mode, it is not possible to login users that are present in the ldap, but not already created in DFIR-IRIS. (the login page displays the authentication error: "Error: Wrong credentials. Please try again.")
Since, the users are present in ldap, I would like them to access DFIR-IRIS without having to provision them manually.

Describe the solution you'd like
It would be nice for DFIR-IRIS to automatically create users the first time they log in with their ldap credentials.

Describe alternatives you've considered
As a work-around, we thought about writing an external script which retrieves all ldap users and creates them via the REST API in DFIR-IRIS. But, this is not that simple, since new users may be added to the ldap at any time. So we need to launch this script periodically.
Maybe, as another alternative for DFIR-IRIS, when in ldap mode, the application could entirely rely on data present in the ldap, rather than creating users locally in its database?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions