Creation and configuration for LDAP service #27

Open
opened 2025-04-01 11:35:19 +02:00 by Underflow · 0 comments
Owner

LDAP

Creation and configuration for LDAP service

ID: 1
Epic: LDAP implementation
Sprint: SPRINT-1
Story Points: NA
Priority: Medium

Description:
Creation of a LDAP service for our Application which works with the schools LDAP system to login.

User Story:
As a student of the ITECH I want to be able to login to PeerGrade using the schools LDAP system, so that I dont need seperate login credentials.

Context

To login to the app the customer wishes to mainly login via the credentials provided by the schools LDAP system.

Each user already has one login on the school system

Test Case ID Test Scenario Steps to Execute Expected Result Status
TC-001 Connection to LDAP server 1. Configure LDAP server details in our system2. Establish a connection Connection should be successful Pending
TC-002 User login with valid credentials 1. Enter a valid username and password2. Authenticate against LDAP User should be authenticated successfully Pending
TC-003 User login with invalid credentials 1. Enter an invalid username/password2. Attempt authentication Authentication should fail with an error message Pending
TC-004 Handling of non-existent user 1. Attempt login with a username not present in LDAP2. Authenticate System should return a "User not found" error Pending
TC-005 Connection failure handling 1. Simulate an LDAP server outage2. Attempt authentication System should return a connection error Pending
TC-006 LDAP user attribute retrieval 1. Authenticate a valid user2. Fetch user attributes (e.g., name, email) Correct attributes should be retrieved Pending
TC-007 Multiple login attempts (rate limiting) 1. Attempt multiple failed logins rapidly2. Observe system behavior System should apply rate-limiting/security measures Pending
## LDAP ### Creation and configuration for LDAP service **ID:** 1 **Epic:** LDAP implementation **Sprint:** SPRINT-1 **Story Points:** NA **Priority:** Medium **Description:** Creation of a LDAP service for our Application which works with the schools LDAP system to login. **User Story:** As a student of the ITECH I want to be able to login to PeerGrade using the schools LDAP system, so that I dont need seperate login credentials. ### Context To login to the app the customer wishes to mainly login via the credentials provided by the schools LDAP system. > Each user already has one login on the school system |Test Case ID|Test Scenario|Steps to Execute|Expected Result|Status| |---|---|---|---|---| |TC-001|Connection to LDAP server|1. Configure LDAP server details in our system2. Establish a connection|Connection should be successful|Pending| |TC-002|User login with valid credentials|1. Enter a valid username and password2. Authenticate against LDAP|User should be authenticated successfully|Pending| |TC-003|User login with invalid credentials|1. Enter an invalid username/password2. Attempt authentication|Authentication should fail with an error message|Pending| |TC-004|Handling of non-existent user|1. Attempt login with a username not present in LDAP2. Authenticate|System should return a "User not found" error|Pending| |TC-005|Connection failure handling|1. Simulate an LDAP server outage2. Attempt authentication|System should return a connection error|Pending| |TC-006|LDAP user attribute retrieval|1. Authenticate a valid user2. Fetch user attributes (e.g., name, email)|Correct attributes should be retrieved|Pending| |TC-007|Multiple login attempts (rate limiting)|1. Attempt multiple failed logins rapidly2. Observe system behavior|System should apply rate-limiting/security measures|Pending|
Underflow added this to the PeerGroupGrade / PeerGrade project 2025-04-01 11:35:20 +02:00
Underflow changed title from LDAP to Creation and configuration for LDAP service 2025-04-01 11:35:38 +02:00
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Turbo/peer-group-grading#27
No description provided.