Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Add archival notice with links to continued projects #684

Merged
merged 1 commit into from
Jan 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ to validate accounts by email, domain or group.

![Sign In Page](https://cloud.githubusercontent.com/assets/45028/4970624/7feb7dd8-6886-11e4-93e0-c9904af44ea8.png)

**NOTICE**: This project was officially archived by Bitly at the end of September 2018.
Bitly will no longer be accepting PRs or helping on issues.
There has been a [discussion](https://github.com/bitly/oauth2_proxy/issues/628)
to find a new home for the project which has led to the following notable forks:

- [buzzfeed/sso](https://github.com/buzzfeed/sso) a "double OAuth2" flow, where sso-auth is the OAuth2 provider for sso-proxy and Google is the OAuth2 provider for sso-auth.
- [openshift/oauth_proxy](https://github.com/openshift/oauth-proxy) an openshift specific version of this project.
- [pusher/oauth2_proxy](https://github.com/pusher/oauth2_proxy) official hard fork of this project.

Please submit all future PRs and issues to [pusher/oauth2_proxy](https://github.com/pusher/oauth2_proxy).

## Architecture

![OAuth2 Proxy Architecture](https://cloud.githubusercontent.com/assets/45028/8027702/bd040b7a-0d6a-11e5-85b9-f8d953d04f39.png)
Expand Down