-
cedric replied to the topic multiple authentication options with policy agent in the forum Access Management 4 years, 4 months ago
Hi Peter,
I am currently trying out OpenAM 13 and cannot seem to find any field within OpenAM to set this agent property com.sun.identity.agents.config.conditional.login.url
Agent in used is a j2ee policy agent.
-
cedric replied to the topic Authenticating against various realm in the forum Access Management 4 years, 4 months ago
Hi Andy,
Thanks for the suggestion. Guess I was constraining myself to the scenario where all user will see the same default login URL initially.
-
cedric replied to the topic Authenticating against various realm in the forum Access Management 4 years, 4 months ago
Hi Andy,
In my case tenants are not part of the same organization. I have thought of similar idea to allow user to confirm their realm before redirecting to login page with the correct realm param.
I am wondering if this is the only way to do it or if there is a better approach.
-
cedric started the topic Authenticating against various realm in the forum Access Management 4 years, 4 months ago
I understand that adding realm parameters to login page URL allow authenticating against that specific realm. E.g http://openam.example.com:8080/openam/UI/Login?realm=hr
The problem is for my application, I am modelling each tenant as a realm. Each realm would contain its’ own DataStore configured to different LDAP Organization DN using the same…[Read more]