LICENSE
README.md
pyproject.toml
mlflow_oidc_auth/__init__.py
mlflow_oidc_auth/app.py
mlflow_oidc_auth/auth.py
mlflow_oidc_auth/client.py
mlflow_oidc_auth/config.py
mlflow_oidc_auth/entities.py
mlflow_oidc_auth/permissions.py
mlflow_oidc_auth/routes.py
mlflow_oidc_auth/sqlalchemy_store.py
mlflow_oidc_auth/store.py
mlflow_oidc_auth/user.py
mlflow_oidc_auth/utils.py
mlflow_oidc_auth.egg-info/PKG-INFO
mlflow_oidc_auth.egg-info/SOURCES.txt
mlflow_oidc_auth.egg-info/dependency_links.txt
mlflow_oidc_auth.egg-info/entry_points.txt
mlflow_oidc_auth.egg-info/requires.txt
mlflow_oidc_auth.egg-info/top_level.txt
mlflow_oidc_auth/cache/filesystemcache.py
mlflow_oidc_auth/cache/rediscache.py
mlflow_oidc_auth/db/__init__.py
mlflow_oidc_auth/db/cli.py
mlflow_oidc_auth/db/models.py
mlflow_oidc_auth/db/utils.py
mlflow_oidc_auth/db/migrations/__init__.py
mlflow_oidc_auth/db/migrations/alembic.ini
mlflow_oidc_auth/db/migrations/env.py
mlflow_oidc_auth/db/migrations/versions/2d5d40dd803f_add_user_groups.py
mlflow_oidc_auth/db/migrations/versions/4ab210836965_add_group_permissions.py
mlflow_oidc_auth/db/migrations/versions/8606fa83a998_initial_migration.py
mlflow_oidc_auth/db/migrations/versions/__init__.py
mlflow_oidc_auth/hooks/__init__.py
mlflow_oidc_auth/hooks/after_request.py
mlflow_oidc_auth/hooks/before_request.py
mlflow_oidc_auth/plugins/__init__.py
mlflow_oidc_auth/plugins/group_detection_microsoft_entra_id/__init__.py
mlflow_oidc_auth/responses/__init__.py
mlflow_oidc_auth/responses/client_error.py
mlflow_oidc_auth/session/cachelib.py
mlflow_oidc_auth/session/redis.py
mlflow_oidc_auth/static/favicon.ico
mlflow_oidc_auth/static/style.css
mlflow_oidc_auth/templates/_footer.html
mlflow_oidc_auth/templates/_head.html
mlflow_oidc_auth/templates/auth.html
mlflow_oidc_auth/ui/3rdpartylicenses.txt
mlflow_oidc_auth/ui/550.1d7d82b309e7b82e.js
mlflow_oidc_auth/ui/953.7c1c13b8c74381bd.js
mlflow_oidc_auth/ui/main.fca4886bc802d450.js
mlflow_oidc_auth/ui/polyfills.90a0049d0bf863c4.js
mlflow_oidc_auth/ui/runtime.92432c0ecc853ea9.js
mlflow_oidc_auth/ui/styles.68f068b304676cf1.css
mlflow_oidc_auth/validators/__init__.py
mlflow_oidc_auth/validators/_permissions.py
mlflow_oidc_auth/validators/experiment.py
mlflow_oidc_auth/validators/registered_model.py
mlflow_oidc_auth/validators/run.py
mlflow_oidc_auth/validators/user.py
mlflow_oidc_auth/views/__init__.py
mlflow_oidc_auth/views/authentication.py
mlflow_oidc_auth/views/experiment.py
mlflow_oidc_auth/views/group.py
mlflow_oidc_auth/views/registered_model.py
mlflow_oidc_auth/views/ui.py
mlflow_oidc_auth/views/user.py