We'll need to support kerberos web authentication.
@sochotni suggested that this could be done with mod_auth_mellon at the apache layer. Flask would just have to look for the right wsgi vars.
I think you want to use mod_auth_gssapi for Kerberos/Negotiate auth. mod_auth_mellon is for SAML.
Yeah, I'm going to adapt Flask-Kerberos to solve this issue.
https://flask-kerberos.readthedocs.io/en/latest/
Metadata Update from @mjia: - Issue assigned to mjia
PR #15
This is included in waiverdb 0.1.
Metadata Update from @dcallagh: - Issue status updated to: Closed (was: Open)
Metadata Update from @dcallagh: - Issue set to the milestone: 0.1
Metadata Update from @dcallagh: - Issue close_status updated to: Fixed - Issue tagged with: feature