1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-01-10 04:18:14 +02:00
oauth2-proxy/providers
Alexander Block 74918c40d8 Refactor makeLoginURL to accept extraParams
And don't require the caller to know how to use the returned params.
2020-09-28 12:15:06 +02:00
..
auth_test.go Migrate to oauth2-proxy/oauth2-proxy 2020-03-29 15:40:10 +01:00
azure_test.go Move azure specific resource parameter handling into azure provider 2020-09-28 12:15:06 +02:00
azure.go Refactor makeLoginURL to accept extraParams 2020-09-28 12:15:06 +02:00
bitbucket_test.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
bitbucket.go Allow Logging to stdout with separate Error Log Channel (#718) 2020-08-10 11:44:08 +01:00
digitalocean_test.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
digitalocean.go Create generic Authorization Header constructor 2020-08-16 20:04:34 +01:00
facebook_test.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
facebook.go Create generic Authorization Header constructor 2020-08-16 20:04:34 +01:00
github_test.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
github.go Create generic Authorization Header constructor 2020-08-16 20:04:34 +01:00
gitlab_test.go Change how gitlab-group is parsed on options (#639) 2020-06-26 23:26:07 +01:00
gitlab.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
google_test.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
google.go Allow Logging to stdout with separate Error Log Channel (#718) 2020-08-10 11:44:08 +01:00
internal_util_test.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
internal_util.go Allow Logging to stdout with separate Error Log Channel (#718) 2020-08-10 11:44:08 +01:00
keycloak_test.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
keycloak.go Allow Logging to stdout with separate Error Log Channel (#718) 2020-08-10 11:44:08 +01:00
linkedin_test.go Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
linkedin.go Create generic Authorization Header constructor 2020-08-16 20:04:34 +01:00
logingov_test.go De-duplicate code in GetLoginURL of in logingov provider 2020-09-28 12:15:06 +02:00
logingov.go Refactor makeLoginURL to accept extraParams 2020-09-28 12:15:06 +02:00
nextcloud_test.go Support context in providers (#519) 2020-05-10 13:34:59 +01:00
nextcloud.go Create generic Authorization Header constructor 2020-08-16 20:04:34 +01:00
oidc_test.go Add support to ensure user belongs in required groups when using the OIDC provider 2020-09-21 10:43:54 -07:00
oidc.go Add support to ensure user belongs in required groups when using the OIDC provider 2020-09-21 10:43:54 -07:00
provider_data.go Allow Logging to stdout with separate Error Log Channel (#718) 2020-08-10 11:44:08 +01:00
provider_default_test.go Move azure specific resource parameter handling into azure provider 2020-09-28 12:15:06 +02:00
provider_default.go Refactor makeLoginURL to accept extraParams 2020-09-28 12:15:06 +02:00
providers.go Remove GetPreferredUsername method from Provider interface 2020-09-24 10:49:50 -07:00
util_test.go Create generic Authorization Header constructor 2020-08-16 20:04:34 +01:00
util.go Refactor makeLoginURL to accept extraParams 2020-09-28 12:15:06 +02:00