dex/connector
Eric Chiang 8216a3d992 connector: fix path that connectors listen on
When Dex uses a non-root issuer URL, it current assumes that all
path prefixes will be trimmed by an upstream proxy (e.g. nginx).
This means that all paths rendered in HTML will be absolute to the
prefix, but the handlers still listen at the root.

Connectors are currently the only component that registers at a
non-root URL. Make this conform with the rest of Dex by having the
server determine the path the connector listens as rather than the
connector itself.
2016-07-25 14:32:24 -07:00
..
config.go *: don't let generated comment become package comment 2016-06-10 12:40:58 -07:00
config_repo.go *: remove in memory connector config repo 2016-02-12 13:19:05 -08:00
config_repo_test.go *: load password infos from users file in no-db mode not connectors 2016-04-06 11:15:05 -07:00
connector_bitbucket.go connector: add bitbucket connector 2015-12-08 10:19:29 -08:00
connector_bitbucket_test.go connector: add bitbucket connector 2015-12-08 10:19:29 -08:00
connector_github.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_github_test.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_ldap.go connector: fix path that connectors listen on 2016-07-25 14:32:24 -07:00
connector_ldap_test.go clean up LDAP connector 2016-06-28 15:01:39 -07:00
connector_local.go connector: fix path that connectors listen on 2016-07-25 14:32:24 -07:00
connector_oauth2.go connector: fix path that connectors listen on 2016-07-25 14:32:24 -07:00
connector_oauth2_test.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_oidc.go connector: fix path that connectors listen on 2016-07-25 14:32:24 -07:00
connector_oidc_test.go *: update all to accommodate changes to go-oidc 2016-01-12 17:16:28 -08:00
interface.go connector: fix path that connectors listen on 2016-07-25 14:32:24 -07:00
login_local.go clean up LDAP connector 2016-06-28 15:01:39 -07:00