{"id":25947301,"url":"https://github.com/mlflow-oidc/mlflow-oidc-auth","last_synced_at":"2026-01-22T07:19:00.902Z","repository":{"id":231149519,"uuid":"780223652","full_name":"mlflow-oidc/mlflow-oidc-auth","owner":"mlflow-oidc","description":"MLflow Tracking Server OIDC Auth plugin","archived":false,"fork":false,"pushed_at":"2026-01-14T15:15:29.000Z","size":1880,"stargazers_count":89,"open_issues_count":34,"forks_count":36,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-01-15T05:52:40.350Z","etag":null,"topics":["machine-learning","mlflow","mlflow-tracking-server","oauth2","oidc","permission-management","sso"],"latest_commit_sha":null,"homepage":"https://mlflow-oidc.github.io/mlflow-oidc-auth/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlflow-oidc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"mlflow-oidc"}},"created_at":"2024-04-01T02:29:33.000Z","updated_at":"2026-01-14T15:14:46.000Z","dependencies_parsed_at":"2026-01-11T22:04:11.016Z","dependency_job_id":null,"html_url":"https://github.com/mlflow-oidc/mlflow-oidc-auth","commit_stats":null,"previous_names":["data-platform-hq/mlflow-oidc-auth","mlflow-oidc/mlflow-oidc-auth"],"tags_count":81,"template":false,"template_full_name":null,"purl":"pkg:github/mlflow-oidc/mlflow-oidc-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlflow-oidc%2Fmlflow-oidc-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlflow-oidc%2Fmlflow-oidc-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlflow-oidc%2Fmlflow-oidc-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlflow-oidc%2Fmlflow-oidc-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlflow-oidc","download_url":"https://codeload.github.com/mlflow-oidc/mlflow-oidc-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlflow-oidc%2Fmlflow-oidc-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28658101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["machine-learning","mlflow","mlflow-tracking-server","oauth2","oidc","permission-management","sso"],"created_at":"2025-03-04T10:18:59.921Z","updated_at":"2026-01-22T07:19:00.890Z","avatar_url":"https://github.com/mlflow-oidc.png","language":"Python","funding_links":["https://github.com/sponsors/mlflow-oidc"],"categories":[],"sub_categories":[],"readme":"# mlflow-oidc-auth\n[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PyPI Downloads](https://static.pepy.tech/badge/mlflow-oidc-auth/month)](https://pepy.tech/projects/mlflow-oidc-auth)\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/mlflow-oidc/mlflow-oidc-auth)\n\nMLflow auth plugin to use OpenID Connect (OIDC) as authentication and authorization provider.\n\nThis plugin allows you to use OIDC for user management in MLflow, enabling single sign-on (SSO) capabilities and centralized user management.\n\n### Features\n- OIDC-based authentication for MLflow UI and API\n- User management through OIDC provider\n- User-level access control\n- Group-based access control\n- Permissions management based on regular expressions (allows or denies access to specific MLflow resources based on regular expressions and assigns permissions to users or groups)\n- Support for session, JWT, and basic authentication methods\n- Compatible with mlflow-client (basic auth)\n\n### Documentation\n\nFor detailed documentation, please refer to the [docs](https://mlflow-oidc.github.io/mlflow-oidc-auth/). AI generated documentation is available at [DeepWiki](https://deepwiki.com/mlflow-oidc/mlflow-oidc-auth).\n\n## Quick Start\n\nTo get the full version (with entire MLflow and all dependencies), run:\n```bash\npython3 -m venv venv\nsource venv/bin/activate\npython3 -m pip install mlflow-oidc-auth[full]\nmlflow server --app-name oidc-auth --host 0.0.0.0 --port 8080\n```\n\n## Development\n\nFor development quick start, please refer to the [Development and Contribution](docs/development.md) section.\n\n## License\n\nApache 2 Licensed. For more information, please see [LICENSE](https://github.com/mlflow-oidc/mlflow-oidc-auth?tab=Apache-2.0-1-ov-file).\n\n### Based on MLflow basic-auth plugin\nhttps://github.com/mlflow/mlflow/tree/master/mlflow/server/auth\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlflow-oidc%2Fmlflow-oidc-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlflow-oidc%2Fmlflow-oidc-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlflow-oidc%2Fmlflow-oidc-auth/lists"}