forked from mystiq/dex
8216a3d992
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. |
||
---|---|---|
.. | ||
config.go | ||
config_repo.go | ||
config_repo_test.go | ||
connector_bitbucket.go | ||
connector_bitbucket_test.go | ||
connector_github.go | ||
connector_github_test.go | ||
connector_ldap.go | ||
connector_ldap_test.go | ||
connector_local.go | ||
connector_oauth2.go | ||
connector_oauth2_test.go | ||
connector_oidc.go | ||
connector_oidc_test.go | ||
interface.go | ||
login_local.go |