SmarterApp Logo
How to require the use of the Secure Browser v10
2024-03-26 14:03:06 -0400 |

Instructions for Requiring the use of Secure Browser v10

In the configs database schema add a row to the client_systemflags table.

Add secure browser required setting

INSERT INTO configs.client_systemflags (auditobject, ison, description, clientname, ispracticetest, datechanged, datepublished) VALUES ('secureBrowserRequired', 1, 'Requires the use of secure browser to log in', 'SBAC_PT', true, now(), null);

To disable the secureBrowserRequired flag:

UPDATE configs.client_systemflags SET ison = false AND datechanged = now() WHERE auditobject = 'secureBrowserRequired' AND clientname = 'SBAC_PT'
As of Fall 2018 the Smarter Balanced Test Delivery System (TDS) is no longer supported.

The code base and documentation for the TDS is available within the Smarter Balanced GitHub repository.

Creative Commons License Unless stated otherwise, all content on SmarterApp.org is licensed under a Creative Commons Attribution 4.0 International License.