79216788

Date: 2024-11-22 23:04:43
Score: 2.5
Natty:
Report link

In order for this to work, you need a keytab file generated by your Domain Controller and your web server to send a WWW-Authenticate: Negotiate header to the client, so it sends a GSSAPI SPNEGO token (as outlined by @grawity_u1686)

This library django-auth-spnego should help you get started with and do the desired authentication for you. Disclaimer: I'm the maintainer.

Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • User mentioned (1): @grawity_u1686
  • Low reputation (1):
Posted by: alfonsrv