Leave a Comment:
4 comments
Why would you ever want to protect a resource with just a username!? I don’t get the requirement for something like this?
How would you protect a resource with say, a username and some secret attribute (not related to secret questions and answers) that is stored in LDAP that only the user knows the answer to? Would you use just form-based auth?
ReplySteve,
There was a requirement to protect a less secured resource (not anonymous authentication). So here we just want to verify if the username already existing in LDAP.
-Mahendra
ReplyWe might try the same for one of my client , can you please let us know where did you put the code snippet and how did you integrate it with OAM?
Thanks in advance..
ReplyAnother usecase is if you want to have two Access management solutions in place and wann should just trust the other one. As an example you have SiteMinder and OAM both in place. You can protect your OAM Login page by Siteminder Agent, which simply authenticate the user against LDAP and passes the user name to OAM and this one creates an OAM session for the same user . So you have Security tokens from Siteminder and OAM at the same time while authenticating only against Siteminder.
Abdi
Reply