forgot schema update for post_logout_redirect_uri #7603

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Feb 18, 2026 at 15:28 UTC 6dce69ca0864f56ec0c2e5708113ab64f87bc1ad
1 file changed +5 -2
meshcentral-config-schema.json
+5 -2
@@ -3688,9 +3688,12 @@
3688 ]
3689 },
3690 "post_logout_redirect_uri": {
3691 - "type": "string",
3691 + "type": [
3692 + "string",
3693 + "boolean"
3694 + ],
3695 "format": "uri",
3693 - "description": "URI for your IdP to send you after logging out of IdP via MeshCentral. (Default is https:[currentHost][currentPath]/login)"
3696 + "description": "URI for your IdP to send you after logging out of IdP via MeshCentral. (Default is https:[currentHost][currentPath]/login) OR set to false to not send a post logout redirect_uri"
3697 },
3698 "default_max_age": {
3699 "type": "number",