oauth2_proxy/providers
Brian Van Klaveren b895f49c52 Use idToken expiry because that's the time checked for refresh
RefreshSessionIfNeeded checks the token expiry, we want to use
the ID token's expiry
2019-06-17 12:51:35 -07:00
..
azure.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
azure_test.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
facebook.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
github.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
github_test.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
gitlab.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
gitlab_test.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
google.go Merge pull request #141 from openai/googleGroupEmail 2019-06-15 14:05:56 +02:00
google_test.go check google group based on email address 2019-05-02 17:11:25 -07:00
internal_util.go Only validate tokens if ValidateURL resolves to a non-empty string 2019-06-14 12:52:22 -04:00
internal_util_test.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
linkedin.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
linkedin_test.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
logingov.go Add CreatedAt to SessionState 2019-05-20 11:26:09 +02:00
logingov_test.go add login.gov provider (#55) 2019-03-20 13:44:51 +00:00
oidc.go Use idToken expiry because that's the time checked for refresh 2019-06-17 12:51:35 -07:00
provider_data.go Add comments to exported methods for providers package 2018-12-20 10:37:59 +00:00
provider_default.go Add CreatedAt to SessionState 2019-05-20 11:26:09 +02:00
provider_default_test.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00
providers.go Move SessionState to its own package 2019-05-18 13:09:56 +02:00