pyceo/ceo_common
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
..
interfaces add Kerberos delegation (#5) 2021-08-18 15:39:14 -04:00
krb5 add Kerberos delegation (#5) 2021-08-18 15:39:14 -04:00
model add Kerberos delegation (#5) 2021-08-18 15:39:14 -04:00
__init__.py add base classes for users and groups 2021-07-19 05:47:39 +00:00
errors.py add Kerberos delegation (#5) 2021-08-18 15:39:14 -04:00
logger_factory.py add app factory 2021-07-24 21:09:10 +00:00