macOS
brew install oauth2_proxylocal Homebrew formula metadata
sudo port install oauth2-proxyMacPorts ports tree · security/oauth2-proxy/Portfile · ソース: api.github.com
brew / 順位 4652
oauth2_proxy のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install oauth2_proxylocal Homebrew formula metadata
sudo port install oauth2-proxyMacPorts ports tree · security/oauth2-proxy/Portfile · ソース: api.github.com
sudo apk add oauth2-proxyAlpine Linux edge package indexes · oauth2-proxy · ソース: dl-cdn.alpinelinux.org
nix profile install nixpkgs#oauth2-proxynixpkgs package indexes · pkgs/by-name/oa/oauth2-proxy/package.nix · ソース: api.github.com
概要
Reverse proxy for authenticating users via OAuth 2 providers
履歴
OAuth2 Proxy is an authenticating reverse proxy and middleware component that protects web applications with OAuth2 and OpenID Connect login flows. It sits in front of applications that do not implement identity themselves and validates users by provider, email, domain, group, and related identity attributes.
The project descends from Bitly's oauth2_proxy. The maintained repository was forked from bitly/OAuth2_Proxy on November 27, 2018, with v3.0.0 and later coming from the fork. On March 29, 2020, the project moved from pusher/oauth2_proxy to oauth2-proxy/oauth2-proxy, and the binary naming and container image paths followed that rename.
OAuth2 Proxy became a common cloud-native building block because it lets teams add SSO in front of dashboards, admin apps, APIs, and legacy services without modifying the upstream application. CNCF lists OAuth2 Proxy as a Sandbox project accepted on October 2, 2025, which reflects its role as shared identity infrastructure rather than a single-vendor utility.
Operators deploy oauth2-proxy as a standalone reverse proxy or as an auth middleware integrated with Nginx auth_request, Kubernetes ingress-nginx, Traefik ForwardAuth, Envoy, and similar reverse-proxy stacks. It redirects unauthenticated users to providers such as Google, GitHub, Microsoft Entra ID, login.gov, or a generic OIDC provider, then forwards identity and token information to upstream services through headers when configured.
The project ships compiled binaries, container images, nightly images, and package-manager formulas. Configuration normally combines provider credentials, cookie/session settings, upstream routes, and reverse-proxy headers; larger OIDC sessions can use Redis-backed session storage.
OAuth2 Proxy is significant because it packages identity as a proxy executable: one binary can retrofit OAuth2/OIDC authentication onto applications, Kubernetes ingresses, and internal tools. Its history also mirrors open-source operations reality: a vendor-originated project, a community fork, an organizational rename, and eventual CNCF Sandbox governance.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/oauth2-proxy.cfg実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
oauth2-proxy | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:oauth2_proxy |
|---|---|
| バージョン | 7.15.3 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://oauth2-proxy.github.io/oauth2-proxy/ |
| リポジトリ | https://github.com/oauth2-proxy/oauth2-proxy |
| 最終更新 | 2026-07-27T23:46:49+02:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
oauth2-proxy
nix profile install nixpkgs#oauth2-proxyoauth2-proxy 7.15.2-r2
Reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers
https://oauth2-proxy.github.io/oauth2-proxy
sudo apk add oauth2-proxyoauth2-proxy-openrc 7.15.2-r2
Reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers (OpenRC init scripts)
https://oauth2-proxy.github.io/oauth2-proxy
sudo apk add oauth2-proxy-openrcoauth2-proxy
sudo port install oauth2-proxyソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.