1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-08 04:03:58 +02:00
oauth2-proxy/providers
Ian Roberts 63727103db Support for passing through URL query parameters from /oauth2/start to the ID provider's login URL.
You must explicitly configure oauth2-proxy (alpha config only) with which parameters are allowed to pass through, and optionally provide an allow-list of valid values and/or regular expressions for each one.  Note that this mechanism subsumes the functionality of the "prompt", "approval_prompt" and "acr_values" legacy configuration options, which must be converted to the equivalent YAML when running in alpha config mode.
2022-02-19 16:11:09 +00:00
..
adfs_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
adfs.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
auth_test.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
azure_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
azure.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
bitbucket_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
bitbucket.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
digitalocean_test.go Fix import path for v7 (#800) 2020-09-29 17:44:42 +01:00
digitalocean.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
facebook.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
github_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
github.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
gitlab_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
gitlab.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
google_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
google.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
internal_util_test.go Cleanup method name refactors missed in comments 2020-11-29 14:18:14 -08:00
internal_util.go Fix import path for v7 (#800) 2020-09-29 17:44:42 +01:00
keycloak_oidc_test.go Move OIDC IDToken verifier behind interface 2022-02-19 15:37:54 +00:00
keycloak_oidc.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
keycloak_test.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
keycloak.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
linkedin_test.go Update LinkedIn provider validate URL (#1444) 2021-11-19 21:36:33 +00:00
linkedin.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
logingov_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
logingov.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
nextcloud_test.go Integrate claim extractor into providers 2022-02-16 10:28:33 +00:00
nextcloud.go Move provider initialisation into providers package 2022-02-16 10:38:05 +00:00
oidc_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
oidc.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_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_data.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_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 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
providers_suite_test.go Ensure errors in tests are logged to the GinkgoWriter 2021-02-10 19:50:04 +00:00
providers_test.go Integrate new provider verifier into providers 2022-02-19 15:37:57 +00:00
providers.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
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