1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-28 09:08:44 +02:00
oauth2-proxy/providers
Alexander Block 97e95fd4ff Move actual implementation of default provider GetLoginURL into DefaultGetLoginURL
This allows us to reuse code from different providers in case slight
modifications to the URL are needed.
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 provider URLs to package level vars 2020-07-19 18:34:55 +01:00
azure.go Create generic Authorization Header constructor 2020-08-16 20:04:34 +01: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 Move provider URLs to package level vars 2020-07-19 18:34:55 +01:00
logingov.go Document GoSec nosec skip comments 2020-08-09 07:55:40 -07: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 Add unit test for protected resources 2020-09-28 12:15:06 +02:00
provider_default.go Move actual implementation of default provider GetLoginURL into DefaultGetLoginURL 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 Create generic Authorization Header constructor 2020-08-16 20:04:34 +01:00