oauth2-proxy/providers
Jan Larwig 52ad31752d
Feature: Add GitHub groups (orgs/teams) support (#2196)
* Add GitHub groups (orgs/teams) support

* align code of getTeams with getOrgs to support Github Enterprise Server instances with different domain

* add documentation

* add missing import after rebase

* add nightly build and push (#2297)

* add nightly build and push

* add date based nightly build tags

* only keep single multiarch image build and push

* add changelog

* add images to internal docs static files

* add docu for nightly builds

* remove unnecessary spaces

* update nightly repository

* Issue 978: Fix Custom cookie name breaks redis for session (#1949)

* Issue 978: Fix Custom cookie name breaks redis for session (see https://github.com/oauth2-proxy/oauth2-proxy/issues/978)

* Issue 978: Fix Custom cookie name breaks redis for session (see https://github.com/oauth2-proxy/oauth2-proxy/issues/978)

* Update CHANGELOG.md

* Issue 978: Fix Custom cookie name breaks redis for session

* Issue 978: Fix Custom cookie name breaks redis for session

* Issue 978: Fix Custom cookie name breaks redis for session

* Issue 978: Fix Custom cookie name breaks redis for session

* Issue 978: Fix Custom cookie name breaks redis for session

* Issue 978: Fix Custom cookie name breaks redis for session

* Update CHANGELOG.md

---------

Co-authored-by: Nuno Borges <Nuno.Borges@ctw.bmwgroup.com>
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>

* Support http.AllowQuerySemicolons (#2248)

* Support http.AllowQuerySemicolons

* Docs

* Make it clear we are overriding the handler

* Update documentation for allow-query-semicolons

* Fix changelog format

* Fix formatting

---------

Co-authored-by: MickMake <github@mickmake.com>

* Add GitHub groups (orgs/teams) support

* align code of getTeams with getOrgs to support Github Enterprise Server instances with different domain

* add documentation

* fix changelog & documentation

* fix missing import

---------

Co-authored-by: Tobias Mayer <github@tobiasm.de>
Co-authored-by: Nuno Miguel Micaelo Borges <miguelborges99@gmail.com>
Co-authored-by: Nuno Borges <Nuno.Borges@ctw.bmwgroup.com>
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
Co-authored-by: Tim White <tim.white@su.org.au>
Co-authored-by: MickMake <github@mickmake.com>
2023-12-18 10:03:19 +00:00
..
adfs.go bugfix: OIDCConfig based providers are not respecting flags and configs (#2299) 2023-11-25 11:32:31 +00:00
adfs_test.go bugfix: OIDCConfig based providers are not respecting flags and configs (#2299) 2023-11-25 11:32:31 +00:00
auth_test.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
azure.go add azure china support (#2269) 2023-11-01 10:12:34 +00:00
azure_test.go Add azure groups support and oauth2 v2.0 2022-10-21 20:23:21 +03:00
bitbucket.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
bitbucket_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
digitalocean.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
digitalocean_test.go Fix import path for v7 (#800) 2020-09-29 17:44:42 +01:00
facebook.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
facebook_test.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
gitea_test.go fix gitea token validation by allowing custom validation url and extracting the proper base api url for github cloud, github enterprise and gitea (#2194) 2023-09-14 10:09:57 +01:00
github.go Feature: Add GitHub groups (orgs/teams) support (#2196) 2023-12-18 10:03:19 +00:00
github_test.go Feature: Add GitHub groups (orgs/teams) support (#2196) 2023-12-18 10:03:19 +00:00
gitlab.go bugfix: OIDCConfig based providers are not respecting flags and configs (#2299) 2023-11-25 11:32:31 +00:00
gitlab_test.go bugfix: OIDCConfig based providers are not respecting flags and configs (#2299) 2023-11-25 11:32:31 +00:00
google.go Fixed Google ADC functionality (#2282) 2023-10-24 20:03:16 +01:00
google_test.go Update providers tests 2022-10-29 12:49:51 +01:00
internal_util.go Issue 1878: Validate URL call does not correctly honor already set UR… (#1951) 2023-02-10 18:36:13 +00:00
internal_util_test.go Updated linters 2023-10-24 16:37:57 +02:00
keycloak.go Keycloak provider - Retain user and prefered_username in session (#1815) 2022-10-24 08:47:59 +01:00
keycloak_oidc.go bugfix: OIDCConfig based providers are not respecting flags and configs (#2299) 2023-11-25 11:32:31 +00:00
keycloak_oidc_test.go bugfix: OIDCConfig based providers are not respecting flags and configs (#2299) 2023-11-25 11:32:31 +00:00
keycloak_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
linkedin.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
linkedin_test.go Update LinkedIn provider validate URL (#1444) 2021-11-19 21:36:33 +00:00
logingov.go Fix Linting Errors (#1835) 2022-10-21 11:57:51 +01:00
logingov_test.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
nextcloud.go Fix uninitialized user claim (#1873) 2022-11-07 08:42:33 +00:00
nextcloud_test.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
oidc.go Updated linters 2023-10-24 16:37:57 +02:00
oidc_test.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
provider_data.go Add azure groups support and oauth2 v2.0 2022-10-21 20:23:21 +03:00
provider_data_test.go Support for passing through URL query parameters from /oauth2/start to the ID provider's login URL. 2022-02-19 16:11:09 +00:00
provider_default.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
provider_default_test.go PKCE Support (#1541) 2022-03-13 10:08:33 +00:00
providers.go bugfix: OIDCConfig based providers are not respecting flags and configs (#2299) 2023-11-25 11:32:31 +00:00
providers_suite_test.go Ensure errors in tests are logged to the GinkgoWriter 2021-02-10 19:50:04 +00:00
providers_test.go Feature: Add GitHub groups (orgs/teams) support (#2196) 2023-12-18 10:03:19 +00:00
util.go Support for passing through URL query parameters from /oauth2/start to the ID provider's login URL. 2022-02-19 16:11:09 +00:00
util_test.go Refactor OIDC to EnrichSession 2020-12-21 16:51:52 -08:00