Skip to content
  1. Oct 08, 2017
  2. Sep 13, 2017
  3. Sep 10, 2017
  4. Sep 09, 2017
    • Eric Chiang's avatar
      *: add an OpenID Connect provider · cb48577e
      Eric Chiang authored
      See the README for usage with Dex or any other OIDC provider.
      
      To test run a backend:
      
          python3 -m http.server
      
      Run dex and modify the example config with the proxy callback:
      
          go get github.com/coreos/dex/cmd/dex
          cd $GOPATH/src/github.com/coreos/dex
          sed -i.bak \
            's|http://127.0.0.1:5555/callback|http://127.0.0.1:5555/oauth2/callback|g' \
             examples/config-dev.yaml
          make
          ./bin/dex serve examples/config-dev.yaml
      
      Then run the oauth2_proxy
      
          oauth2_proxy \
            --oidc-issuer-url http://127.0.0.1:5556/dex \
            --upstream http://localhost:8000 \
            --client-id example-app \
            --client-secret ZXhhbXBsZS1hcHAtc2VjcmV0 \
            --cookie-secret foo \
            --email-domain '*' \
            --http-address http://127.0.0.1:5555 \
            --redirect-url http://127.0.0.1:5555/oauth2/callback \
            --cookie-secure=false
      
      Login with the username/password "admin@example.com:password"
      cb48577e
  5. Aug 29, 2017
  6. Aug 06, 2017
  7. Jul 21, 2017
  8. Jul 20, 2017
  9. Jul 14, 2017
  10. Jun 29, 2017
  11. Jun 22, 2017
  12. Jun 21, 2017
  13. Jun 10, 2017
  14. May 26, 2017
  15. May 18, 2017
  16. May 16, 2017
  17. Apr 25, 2017
  18. Apr 21, 2017
  19. Apr 07, 2017
  20. Apr 03, 2017
  21. Mar 30, 2017
  22. Mar 29, 2017