开发者

What is the difference between local and centralized web agents?

开发者 https://www.devze.com 2023-03-16 23:52 出处:网络
For the OpenSSO/OpenAM server, two types of Agents exist: J2EE agents and web policy agents. A web agent protects the entire set of resources available on the web server, while J2EE agents only protec

For the OpenSSO/OpenAM server, two types of Agents exist: J2EE agents and web policy agents. A web agent protects the entire set of resources available on the web server, while J2EE agents only protect reso开发者_JAVA技巧urces within a web application hosted on an application server. Both can be configured as a "local" or "centralized" agent. What exactly is the difference between local and centralized web policy agents?


When using centralized agent configuration, the configuration is stored in OpenSSO/OpenAM server and the agents only contain a reference towards the server.

When using local agent configuration, configuration is done through the usage of configuration files stored on the agent machine itself. This option is for backwards compatibility with older versions.

See OpenSSO/OpenAM docs for more details.

0

精彩评论

暂无评论...
验证码 换一张
取 消