X Tutup
The Wayback Machine - https://web.archive.org/web/20210219065745/https://github.com/topics/saml
Skip to content
#

saml

Here are 307 public repositories matching this topic...

christof-b
christof-b commented Nov 5, 2020

Description
Currently the Language class falls back to NULL for the domain value of the cookie.
As NULL isn't allowed as parameter in \setcookie() an error occures:

Fatal error: Uncaught TypeError: setcookie() expects parameter 5 to be string, null given in /lib/SimpleSAML/Utils/HTTP.php:1260
Stack trace:
#0/lib/SimpleSAML/Utils/HTTP.php(1260): setcookie('language', 'de', 168234545

caddy-auth-portal

Improve this page

Add a description, image, and links to the saml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the saml topic, visit your repo's landing page and select "manage topics."

Learn more

X Tutup