openboxes / openboxes/openboxes

Implement LDAP authentication and authorization service

Open
#1,201 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

domain: backend status: needs design status: needs discussion
Dominant language
Groovy
Stars
899
Forks
503
Avg merge
3d 7h
Merged PRs (30d)
54

Description

  • Create an AuthService authentication interface with methods like authenticate
  • Implement BasicAuthService (combine AuthService and UserService) that authenticates using the database
  • Implement LdapAuthService (see attachment for an example)

We should also investigate what LDAP support Spring Security has before we do any of the above.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by reviewing the existing UserService and Spring Security's LDAP support, then use the attached example if available to define the AuthService, database-backed BasicAuthService, and LdapAuthService scope; done means the requested authentication and authorization services are implemented and their LDAP approach is verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
groovy, spring
Domain
authentication, authorization, backend, database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.