- Issue created by @johankleene
- 🇳🇱Netherlands johankleene Helmond
Some cleanup and small fix after running tests.
- Status changed to Closed: outdated
about 1 year ago 10:40pm 7 November 2023
Currently, it is not possible to set additional options to drupalauth4ssp cookie (httponly, secure and domain).
The proposed solution is to get the options set in simplesamlphp config.php file.
Another solution would be getting the options from session_get_cookie_params(), but since we are dealing with saml cookies, maybe it is better to retrieve the configuration from simplesamlphp library. as the proposed solution says.
N/A
N/A
N/A
N/A
Closed: outdated
1.0
Code
Some cleanup and small fix after running tests.