如何仅使用 jacl/jython 将 LTPA cookie 限制为 SSL
How to limit LTPA cookies to SSL only using jacl/jython
当我使用 websphere 控制台并导航到安全管理 -> SSO 时,我有一个名为:'Require SSL' 的复选框。我如何使用 jacl/jython enable/disable ?
我什至使用了来自控制台的命令帮助。但是当我检查日志时,我可以看到除了这个设置之外几乎所有其他命令都有问题。
使用 Jython:
AdminTask.configureSingleSignon('-requiresSSL true')
configureSingleSignon 命令的其他可用选项:
-enable [true|false]
-domainName [String]
-interoperable [true|false]
-attributePropagation [true|false]
参考:SecurityConfigurationCommands command group for the AdminTask object.
当我使用 websphere 控制台并导航到安全管理 -> SSO 时,我有一个名为:'Require SSL' 的复选框。我如何使用 jacl/jython enable/disable ?
我什至使用了来自控制台的命令帮助。但是当我检查日志时,我可以看到除了这个设置之外几乎所有其他命令都有问题。
使用 Jython:
AdminTask.configureSingleSignon('-requiresSSL true')
configureSingleSignon 命令的其他可用选项:
-enable [true|false]
-domainName [String]
-interoperable [true|false]
-attributePropagation [true|false]
参考:SecurityConfigurationCommands command group for the AdminTask object.