Update OAuth-SAML.md (#15000)

This commit is contained in:
Félix Bouynot
2023-04-25 14:17:23 +02:00
committed by GitHub
parent 8c96a391c9
commit 3f723622da

View File

@@ -392,6 +392,7 @@ Now we just need to define the listener service within LibreNMS:
### SESSION_SAME_SITE_COOKIE
You most likely will need to set `SESSION_SAME_SITE_COOKIE=none` in `.env` if you use SAML2!
If you get an error with http code 419, you should try to remove `SESSION_SAME_SITE_COOKIE=none` from your `.env`.
!!! note
Don't forget to run `lnms config:clear` after you modify `.env` to flush the config cache