authelia/internal/server
Amir Zarrinkafsh e2ebdb7e41
fix: oidc issuer path and strip path middleware (#2272)
* fix: oidc issuer path and strip path middleware

This ensures the server.path requests append the base_url to the oidc well-known issuer information and adjusts server.path configuration to only strip the configured path instead of the first level entirely regardless of its content.

* fix: only log the token error and general refactoring

* refactor: factorize base_url functions

* refactor(server): include all paths in startup logging

* refactor: factorize

* refactor: GetExternalRootURL -> ExternalRootURL

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2021-08-10 10:31:08 +10:00
..
public_html feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
const.go refactor: configuration agnostic healthcheck (#2231) 2021-08-05 14:02:07 +10:00
error_handler.go fix(server): use lower case in error messages (#2151) 2021-08-04 09:18:20 +10:00
options_handler.go fix(handlers): handle xhr requests to /api/verify with 401 (#2189) 2021-07-22 13:52:37 +10:00
server.go fix: oidc issuer path and strip path middleware (#2272) 2021-08-10 10:31:08 +10:00
template.go fix: oidc issuer path and strip path middleware (#2272) 2021-08-10 10:31:08 +10:00