当我使用websphere控制台时,导航到安全管理 - > SSO我有一个名为“要求SSL”的复选框。如何使用jacl / jython启用/禁用此功能?
我甚至使用了控制台的命令帮助。但是当我检查日志时,除了这个设置外,几乎所有其他命令都会出现问题。
答案 0 :(得分:1)
使用Jython:
AdminTask.configureSingleSignon('-requiresSSL true')
configureSingleSignon命令的其他可用选项:
-enable [true|false]
-domainName [String]
-interoperable [true|false]
-attributePropagation [true|false]
参考:SecurityConfigurationCommands command group for the AdminTask object。