pyceo/ceod/transactions
Max Erenberg d78d31eec0 add Kerberos delegation (#5)
This PR adds unconstrained Kerberos delegation to the API.

The client obtains a forwarded TGT and sends it, base64-encoded, in an HTTP header named 'X-KRB5-CRED'. The server reads this credential, creates a new credentials cache for the user, and stores the credential into the new cache. The server can now authenticate to other services (e.g. LDAP) over GSSAPI using the forwarded client's credentials.

Reviewed-on: #5
Co-authored-by: Max Erenberg <merenber@localhost>
Co-committed-by: Max Erenberg <merenber@localhost>
2021-08-18 15:39:14 -04:00
..
members add Kerberos delegation (#5) 2021-08-18 15:39:14 -04:00
AbstractTransaction.py implement renewals and password resets 2021-08-02 08:01:13 +00:00
__init__.py add app factory 2021-07-24 21:09:10 +00:00