-
Meiyappan started the topic Custom UI Development in OpenIdM – 6.0.0.2 in the forum Identity Management 3 years, 8 months ago
Hi Everyone,
We are trying to develop a custom UI page in OpenIDM version – 6.0.0.2
It would be really helpful if someone can give pointers on the configuration. We followed the below forgerock documentation to create a custom UI. But we weren’t successful.https://backstage.forgerock.com/knowledge/kb/article/a98363066
Thanks,
Meiyappan -
Meiyappan replied to the topic Custom Self Registration Stage in ForgeRock IDM 6.0 in the forum Identity Management 3 years, 10 months ago
Complete Exception:
Aug 03, 2018 2:01:17 AM org.forgerock.openidm.selfservice.impl.SelfServiceFactory createInstance
WARNING: Unable to instantiate or register service: registration
java.lang.IllegalArgumentException: Unable to load class for {“class”:”org.forgerock.selfservice.custom.MathProblemStageConfig”,”leftValue”:12,”rightValue”:4}…[Read more] -
Meiyappan replied to the topic Custom Self Registration Stage in ForgeRock IDM 6.0 in the forum Identity Management 3 years, 10 months ago
We referred to the below blogs for custom stages.
1. http://yaunap.blogspot.com/2017/06/forgerock-self-service-custom-stage.html
2. http://yaunap.blogspot.com/2016/07/custom-stages-to-user-self-service_1.htmlWe reused the MathProblemStageConfig class (2nd blog). We compiled the code for MathProblemStageConfig class. No compilation error was…[Read more]
-
Meiyappan replied to the topic Custom Self Registration Stage in ForgeRock IDM 6.0 in the forum Identity Management 3 years, 10 months ago
Thank you Andrew Potter & Hanns Nolan for the inputs.
-
Meiyappan started the topic Custom Self Registration Stage in ForgeRock IDM 6.0 in the forum Identity Management 3 years, 11 months ago
Hi Everyone,
We are using ForgeRock IDM (version 6.0). We Would like to know if there is any possibility to create Custom Self Registration Stage in ForgeRock IDM.
For Example, during the user self registration, if OTP should be sent to the user and validated in ForgeRock IDM, can some one help by giving some pointers.Also, is there any…[Read more]