data-platform-hq / mlflow-oidc-auth

MLFlow Tracking Server OIDC Auth plugin
https://pypi.org/project/mlflow-oidc-auth/
Apache License 2.0
22 stars 8 forks source link

Validate access token for authentication #44

Open hahahannes opened 2 weeks ago

hahahannes commented 2 weeks ago

At the moment only basic authentication is performed. Additionally I would like to validate the access token for authentication if one is present. I have code for this. Let me know if you are interested in a PR.

kharkevich commented 2 weeks ago

Hi! Feel free to make a PR