Skip to content
  1. Aug 16, 2019
  2. Aug 15, 2019
  3. Aug 14, 2019
  4. Aug 13, 2019
  5. Aug 12, 2019
  6. Aug 11, 2019
  7. Aug 08, 2019
  8. Aug 07, 2019
    • mikesiegel's avatar
      Adding docs for how to configure Okta for the OIDC provider (#235) · d8566024
      mikesiegel authored
      * Adding documentation for Okta OIDC provider.
      
      * additional clean up.
      
      * Clearer heading
      
      * Forgot a word.
      
      * updated documentation based on ReillyProcentive review.
      
      * Per steakunderscore review: removed defaults. Removed extra hardening steps (expiration, https only etc) not directly related to setting up Okta w/ OIDC
      d8566024
  9. Aug 06, 2019
    • Henry Jenkins's avatar
      Merge pull request #236 from thought-machine/slack · 64672c34
      Henry Jenkins authored
      Adds reference to slack channel in readme
      64672c34
    • Dan Bond's avatar
      Merge branch 'master' into slack · c3eac4f6
      Dan Bond authored
      c3eac4f6
    • Alexander Overvoorde's avatar
      Rework GitLab provider (#231) · 4de49983
      Alexander Overvoorde authored
      * Initial version of OIDC based GitLab provider
      
      * Add support for email domain check to GitLab provider
      
      * Add gitlab.com as default issuer for GitLab provider
      
      * Update documentation for GitLab provider
      
      * Update unit tests for new GitLab provider implementation
      
      * Update CHANGELOG for GitLab provider
      
      * Rename GitLab test access token as response to linter
      4de49983
    • hjenkins's avatar
      Adds reference to slack channel in readme · 5f9a65f6
      hjenkins authored
      5f9a65f6
    • Justin Palpant's avatar
      Check Google group membership with hasMember and get. (#224) · 7d910c0a
      Justin Palpant authored
      * Check Google group membership with hasMember and get.
      
      This PR is an enhancement built on
      https://github.com/pusher/oauth2_proxy/pull/160. That PR reduces the
      number of calls to the Google Admin API and simplifies the code by
      using the hasMember method. It also supports checking membership in
      nested groups.
      
      However, the above message doesn't handle members who are not a part
      of the domain. The hasMember API returns a 400 for that case. As a
      fallback, when the API returns a 400, this change will try using the
      `get` API which works as expected for members who aren't a part of the
      domain. Supporting members who belong to the Google group but aren't
      part of the domain is a requested feature from
      https://github.com/pusher/oauth2_proxy/issues/95.
      
      https://developers.google.com/admin-sdk/directory/v1/reference/members/get
      
      Note that nested members who are not a part of the domain will not be
      correctly detected with this change.
      
      * Update CHANGELOG.
      
      * Fix incorrect JSON and stop escaping strings.
      
      * Add comments for each scenario.
      7d910c0a
  10. Aug 05, 2019
  11. Aug 04, 2019
  12. Jul 24, 2019