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

Log ip-adressen bij logins #627

Open
phavekes opened this issue Oct 18, 2024 · 1 comment
Open

Log ip-adressen bij logins #627

phavekes opened this issue Oct 18, 2024 · 1 comment
Assignees
Labels

Comments

@phavekes
Copy link
Member

phavekes commented Oct 18, 2024

Bij het inloggen willen we de username en het ip-adres van de gebruiker op kunnen slaan voor traceerbaarheid voor officiële verzoeken.

Bij een succesvolle of gefaalde login loggen we een regel in de standaard log-stream. Formaat json, velden zijn in ieder geval:

  • "type":"login" (voor filtering)
  • datum en tijd
  • remote ip address
  • username
  • login methode
  • useragent
  • status (start, ingelogd, PB verstuurd, gefaald, enz.)

Bij het inloggen met de app loggen we het starten van de login (pushbericht verzenden of QR tonen) en ook het antwoord van de app.

@phavekes phavekes self-assigned this Oct 18, 2024
@phavekes phavekes converted this from a draft issue Oct 18, 2024
@phavekes
Copy link
Member Author

Dit is ook HET moment om alle logging over te zetten in json formaat

@phavekes phavekes moved this from New to Backlog in Openconext-Myconext Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

2 participants