Leave a Comment:
16 comments
Hello Mahendra,
Do we have a feature in OAM, where after password reset using “forgot password” an email should be sent to the user with his new password.
Regards,
Ferry
@ Ferry,
Yes this is possible. For lost password, OAM uses challenge phrase
From the Identity System Console, click the System Configuration sub-tab, then click Lost Password Policy.
Select the Send Email After Password Change box if you want email to be sent to
the user after the password has been reset.
http://download.oracle.com/docs/cd/E15217_01/doc.1014/e12489/idconfig.htm#BABDFCGI
===========
Or you can customize OAM that change password simply send updated password via email (not safe solution) using API – http://download.oracle.com/docs/cd/E15217_01/doc.1014/e12491/idapi.htm#sthref478
ReplyHello Atul,
Thank You for the quick response. Appreciated !!!!!
Regards,
Ferry
Hello Mahendra,
I am unable to update the object class. I am getting the following error:
modifying entry cn=schema
ldap_modify: Undefined attribute type
ldap_modify: additional info: Attribute dn is not supported in schema.
I suspect that it’s unable to find the dn for schema. I am using OID 11g with OAM 10.1.4.3
Thanks,
Rahul
@ Rahul,
What command you are using ?
Above post is to extend object class in Sun LDAP server. For OID command could be different .
ReplyHi Atul,
I am using ldapmodify command and tried the DN: cn=subschemasubentry as well.. still fails with same error. Is there any specific command for OID
Thanks,
Rahul
Hello
I finally added the attributes & objectclasses and confirmed their existence in OID schema. However, I am unable to see them in Identity System Console.
Thanks,
Rahul,
You have to add those objectclasses and attributes explicitly in the OAM Identity Console.
-M
ReplyHello Mahendra,
When I click on Add under Common configuration, I don’t see them. Is there any other way to add them explicitly. Could you please elaborate…
Thank You….
Rahul,
Please check whether the objectclass is added in your LDAP. I remember seeing this behavior before and re-adding the objectclass and attributes have done the trick OR it should be added as auxiliary object class.
-M
ReplyHello,
we are using a different tool for self registration. I am able to update the user & pwd directly to my ldap and able to login via OAM. however, I am not able to find a clue on how to update the challenge phrase & response. As, response value is encrpted by oam in ldap?? Any ideas ??
Regards,
Rahul…
Rahul,
May I know the tool that you are using for self registration?
To my knowledge, either we should provide the self registration link of OAM identity console or use Identity XML API to do so.
If you are using Identity XML API for self registration, then there are specific attributes to update the challenge phrase and response. Please check some sample identity xml samples in the identity server installation directory. It must be under Unsupported folder (cannot remember the exact location though).
Hope this helps.
Mahendra.
ReplyHi Mahendra,
What is the attribute used to send the email after user resetting their password?
thanks
Ravi
Hi Atul,
Thanks for your updates. The article was very helpful in setting up the LPM. I noticed that the challenge is prompted to the user as many times until he enters the correct response. How can we secure this functionality for eg: Prompt the challenge to the user only 3 times or so.
regards,
Jisha
Jisha,
I don’t think it is possible OOTB. Even if you try to customize it, it is very difficult to fetch the challenge response attributes and play with it.
Anyhow, this is a good question.
Hope this helps.
-Mahendra.
ReplyHi Atul/Mahendra,
Iam using OAM 11gr2 PS2. I have an application protected by OAM. I had dump all the users of application to OID. OID is my user Identity.
I changed all users password to default password.
Now, when user tries to login i need to forcely redirect user to change password. How can i achieve. I don’t have OIM.
Any suggestions
Thanks
Reply