How can one enable debug mode for Windows Single Sign-On (SSO) in Foglight?
To enable debug logging for Single Sign-On, add the following JVM options to the [FMS_HOME]/config/server.config configuration file and restart the Foglight Management Server.
-Dsun.security.krb5.debug=true -Dsun.security.spnego.debug=true -Dquest.nitro.service.security.auth.spi.NitroSSOLdapLoginService.debug=true -Dquest.debug=1 -Djava.security.debug=gssloginconfig,configfile,configparser,logincontext
Example:
server.vm.optionX = "-Dsun.security.krb5.debug=true";
Note: Replace X with the next number in the sequence of JVM options.