-
- Downloads
Bugfix: SAML return to same page when session expires.
- Fix config.php $cookie_samesite = "Strict"; handling. - Use rawurlencode() when setting login redirect headers. - Cookie SameSite="None" attribute mandates also setting Secure attribute. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite HTTPS is mandatory when using Cookie SameSite="None", required in some SAML topologies. - Increase phpipamredirect cookie lifetime to 2 mins. 2FA authentication may take >10s. - Add docker COOKIE_SAMESITE env configuration option. Closes #3429
Showing
- app/login/index.php 1 addition, 1 deletionapp/login/index.php
- app/saml2/index.php 1 addition, 1 deletionapp/saml2/index.php
- config.dist.php 2 additions, 2 deletionsconfig.dist.php
- config.docker.php 8 additions, 0 deletionsconfig.docker.php
- functions/classes/class.User.php 1 addition, 1 deletionfunctions/classes/class.User.php
- functions/global_functions.php 21 additions, 4 deletionsfunctions/global_functions.php
Loading
Please register or sign in to comment