DefectDojo / django-DefectDojo

DevSecOps, ASPM, Vulnerability Management. All on one platform.
https://defectdojo.com
BSD 3-Clause "New" or "Revised" License
3.69k stars 1.55k forks source link

Wrong keys in several requests causing Status 500 Errors #6907

Open ilomax opened 2 years ago

ilomax commented 2 years ago

Bug description I have been receiving 500 responses while performing different actions in DefectDojo. The two cases I have noticed for now are when logging out of my account, and upon deleting a group in the administration panel.

Steps to reproduce Steps to reproduce the behavior:

Expected behavior In the first case, the user should be disconnected and, I'm guessing, shown the login page. In the second one, the group should be deleted.

Deployment method (select with an X)

Environment information

Logs

coheigea commented 2 years ago

Logout works correctly for me, have you configured it with SSO? Please give more information about reproducing.

ilomax commented 2 years ago

Thank you for your answer. That's my bad, the login process is indeed managed through Azure AD SSO. Please let me know if there is anymore information I can provide you with related to this.