Work

Active Directory Auth API

Gunicorn
Flask
Docker
python-ldap3
JWT
RHEL

I created an authentication/authorization REST-API that uses JSON Web Tokens to enable intranet single page applications to be integrated into the institute wide access control mechnisms

The IHP building near Frankfurt Oder

The REST-API can access user informations like profile picture, e-mail address, title and membership to groups and organizations so apps can easily incorporate those informations into their business logic.

The documentation of the microservice is entirely created from it’s own source code: Possible routes and their parameters using Python-decorators and introspection of the function’s type-annotations similar to the not yet existing FastAPI.