Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
lemonldap-ng
lemonldap-ng
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 244
    • Issues 244
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • LemonLDAP NG
  • lemonldap-nglemonldap-ng
  • Issues
  • #1615

Closed
Open
Opened Jan 15, 2019 by Clément OUDOT@clement_oudotOwner

Handler 2FA

Hi,

since 2.0 we added the possibility to upgrade a session if the authentication level is not enough when accessing to an application.

Now I would like to require a 2FA when accessing an application. We can't really use authentication level here as I need to require the 2FA for several applications, even if we already used the 2FA on a first one.

I was thinking of creating a new Handler type "2FA" that will require the 2FA. We need these configuration settings:

  • 2FA type (TOTP, U2F, REST...)
  • Skip if OTP received within X minutes
  • Condition to bypass MFA or to Require MFA

The question is how to play the MFA? The best would be to redirect user on portal, but on a different process than the authentication process, it is just a MFA request.

Assignee
Assign to
Backlog
Milestone
Backlog
Assign milestone
Time tracking
None
Due date
None
Reference: lemonldap-ng/lemonldap-ng#1615