如何仅使用jacl / jython将LTPA cookie限制为SSL

时间:2016-10-19 10:28:52

标签: websphere jython websphere-8 wsadmin jacl

当我使用websphere控制台时,导航到安全管理 - > SSO我有一个名为“要求SSL”的复选框。如何使用jacl / jython启用/禁用此功能?

我甚至使用了控制台的命令帮助。但是当我检查日志时,除了这个设置外,几乎所有其他命令都会出现问题。

1 个答案:

答案 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