authelia/internal
Clément Michaud bc983ce9f5
fix: user is now redirected when authenticated (#2082)
* fix(handlers,web): user is now redirected when authenticated

Fix: #1788

* remove dead code and fix ci issues

* fix infinite loop in frontend

* fix issue with integration tests

* handle bot recommendation

* fix integration test & add dot to comment

* fix last integration test

* Update api/openapi.yml

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>

* Update web/src/services/SafeRedirection.ts

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>

* Update web/src/services/SafeRedirection.ts

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>

* Update api/openapi.yml

* Update openapi.yml

* refactor: valid -> safe

* refactor: adjust merge conflicts

* Apply suggestions from code review

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>

* fix: adjust test return messaging

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-08-02 16:15:38 +10:00
..
authentication fix(authentication): ldap connection left open (#2179) 2021-07-13 21:12:50 +10:00
authorization fix(authorization): configuration reports 2fa disabled with 2fa oidc clients (#2089) 2021-06-18 11:38:01 +10:00
commands feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
configuration feat(oidc): implement client type public (#2171) 2021-07-15 21:02:03 +10:00
duo [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
handlers fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
logging feat: add option to keep stdout logging with log_file_path (#2037) 2021-05-31 14:02:54 +10:00
middlewares fix(handlers): handle xhr requests to /api/verify with 401 (#2189) 2021-07-22 13:52:37 +10:00
mocks fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
models [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
notification fix(notifier): remove SMTPS warning (#2200) 2021-07-30 13:15:12 +10:00
oidc feat(oidc): implement client type public (#2171) 2021-07-15 21:02:03 +10:00
regulation fix(regulation): use lower case in error messages (#2152) 2021-07-08 12:04:43 +10:00
server fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
session fix(session): use lower case in error messages (#2150) 2021-07-08 11:33:22 +10:00
storage refactor: drop cgo requirement for sqlite (#2101) 2021-06-22 10:45:33 +10:00
suites fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
utils fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00