diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-08 18:55:36 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-08 18:55:36 +0200 |
commit | da267e14880479e05e6d0a013ecb43dc97ce077c (patch) | |
tree | 6adaa5a8384582fdf263172e87ac9e8da7dcc45c /CHANGELOG.md | |
parent | ff825d6123ecfd033ccb08ce97c11cefee676104 (diff) | |
download | wekan-da267e14880479e05e6d0a013ecb43dc97ce077c.tar.gz wekan-da267e14880479e05e6d0a013ecb43dc97ce077c.tar.bz2 wekan-da267e14880479e05e6d0a013ecb43dc97ce077c.zip |
[HTTP header automatic login](https://github.com/wekan/wekan/commit/ff825d6123ecfd033ccb08ce97c11cefee676104)
for [3rd party authentication server method](https://github.com/wekan/wekan/issues/2019) like siteminder, and any webserver that
handles authentication and based on it adds HTTP headers to be used for login. Please test.
Thanks to xet7 !
Related #2019
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc766af..6a7ba9b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This release [adds](https://github.com/wekan/wekan/commit/856872815292590e0c4eff - [Hide Subtask boards from All Boards](https://github.com/wekan/wekan/issues/1990). - Order All Boards by Starred, Color, Title and Description. +- [HTTP header automatic login](https://github.com/wekan/wekan/commit/ff825d6123ecfd033ccb08ce97c11cefee676104) + for [3rd party authentication server method](https://github.com/wekan/wekan/issues/2019) like siteminder, and any webserver that + handles authentication and based on it adds HTTP headers to be used for login. Please test. and adds the following partial fix, thanks to andresmanelli: |