Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

175 implementierung login logik usermanagement via LDAP #538

Merged
merged 17 commits into from
Nov 15, 2024

Conversation

MrSebastian
Copy link
Member

@MrSebastian MrSebastian commented Nov 13, 2024

Beschreibung:

  • Konfiguration von LDAP zur Authentifizierung
  • mit dem Dummy-Profil wird ein embedded-LDAP-Server gestartet welcher 2 Benutzer hat (sieh ldif-File)
  • Der Test soll sicherstellen dass die Authentifizierung mit LDAP grundlegend richtig eingerichtet ist

Definition of Done (DoD):

Backend

  • Doku aktualisiert
  • Swagger-API vollständig - keine Änderung an Rest-Endpoints
  • Unit-Tests gepflegt
  • Integrationstests gepflegt
  • Beispiel-Requests gepflegt

Referenzen1:

Verwandt mit Issue #175

Closes #

Footnotes

  1. Nicht zutreffende Referenzen vor dem Speichern entfernen

@MrSebastian MrSebastian linked an issue Nov 13, 2024 that may be closed by this pull request
5 tasks
@MrSebastian MrSebastian self-assigned this Nov 13, 2024
@MrSebastian MrSebastian removed a link to an issue Nov 13, 2024
5 tasks
@MrSebastian MrSebastian changed the title 175 implementierung login logik usermanagement 175 implementierung login logik usermanagement via LDAP Nov 14, 2024
@MrSebastian MrSebastian marked this pull request as ready for review November 14, 2024 08:50
@MrSebastian MrSebastian merged commit f8584ce into dev Nov 15, 2024
5 checks passed
@MrSebastian MrSebastian deleted the 175-implementierung-login-logik-usermanagement branch November 15, 2024 10:04
@@ -292,6 +306,10 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MrSebastian Gibt es einen Grund, warum spring-security-ldap sowohl hier als auch in der Zeile 117 eingefügt wurde?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ist fixed: #538 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants