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/hack/menu.html
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/tests/__init__.py
mlflow_oidc_auth/tests/test_auth.py
mlflow_oidc_auth/tests/test_client.py
mlflow_oidc_auth/tests/test_db_utils.py
mlflow_oidc_auth/tests/test_entities.py
mlflow_oidc_auth/tests/test_plugins_group_detecntion_msft_entra_id.py
mlflow_oidc_auth/tests/test_routes.py
mlflow_oidc_auth/tests/test_sqlalchemy_store.py
mlflow_oidc_auth/ui/favicon.ico
mlflow_oidc_auth/ui/index.html
mlflow_oidc_auth/ui/main.9ba5a26fd1942348.js
mlflow_oidc_auth/ui/polyfills.3bc25770112a9f84.js
mlflow_oidc_auth/ui/runtime.79c531d6b72e2bfe.js
mlflow_oidc_auth/ui/src_app_features_admin-page_admin-page_module_ts.7c5e565f928f3519.js
mlflow_oidc_auth/ui/src_app_features_home-page_home-page_module_ts.64e2b9dc2b5413c5.js
mlflow_oidc_auth/ui/styles.dd9964ef15a5a727.css
mlflow_oidc_auth/ui/vendor.a4059594d9209509.js
mlflow_oidc_auth/validators/__init__.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