SSO registry reference

The following registry variables allow you to control the behavior of the Single Sign-On solution:

HKLM/SOFTWARE/Verba/Web/SSOLoginAllowedIP (the type is String)

IP address of the host that is allowed to send SSO login information

You can add multiple ip addresses separated by , (comma) or ; (semicolon) character.

(for testing locally this should include 127.0.0.1)
 

HKLM/SOFTWARE/Verba/Web/SSOCheckUserIP

if set to 1, Verba will validate user's IP address on login

(default value is 0)
 

Highest security can be achieved when both parameters are used /enabled.