0

I'm using openAM 10.0.0 and the admin guide mention it support conditional login (just no on console): com.forgerock.agents.conditional.login.url

Then I configure agent as local config: com.forgerock.agents.conditional.login.url[0]= songjing.com|http://openam.songjing.com:8080/openam/UI/Login

om.forgerock.agents.conditional.login.url[1]= brandA.songjing.com|http://openam.songjing.com:8080/openam/UI/LoginBrandA

When I browse to brandA.songjing.com, it still go back to http://openam.songjing.com:8080/openam/UI/Login login page. I thought it is cause by com.sun.identity.agents.config.login.url[0] = http://openam.songjing.com:8080/openam/UI/Login And remark it.

Then end up with error say com.sun.identity.agents.config.login.url not found.

I try with web agent 3.0.4 and 3.1 for apahche httpd, both not working

Any help?

Rgds SJ

4

1 回答 1

0

解决了。web agent 3.0.4 不支持条件登录 url。

对于网络代理 3.1,关键是:com.forgerock.agents.conditional.login.url

对于 j2ee 代理 3.1,密钥是 com.sun.identity.agents.config.conditional.login.url

由于我使用虚拟服务器,我需要配置 fqdn 映射:com.sun.identity.agents.config.fqdn.mapping[branda.com] = branda.com

于 2013-06-25T03:22:51.750 回答