By: Milind Soni user 25 Aug 2020 at 1:43 p.m. CDT

4 Responses
Milind Soni gravatar
For Forget Password * Point 1) Is it possible to trigger forget password from my application (Node js application)? * Point 2) How can we redesign email template of forget password? Let me know if you need more details

By Thomas Gasmyr Mougang staff 25 Aug 2020 at 1:49 p.m. CDT

Thomas Gasmyr Mougang gravatar
> Is it possible to trigger forget password from my application (Node js application)? Not possible > How can we redesign email template of forget password? Not possible If you want to have control over the password reset feature, you have to implement that in your application using gluu SCIM API.

By Michael Schwartz Account Admin 25 Aug 2020 at 2:32 p.m. CDT

Michael Schwartz gravatar
Also you should check out the forgot password authn interception script: [https://github.com/GluuFederation/oxAuth/tree/master/Server/integrations/forgot_password](https://github.com/GluuFederation/oxAuth/tree/master/Server/integrations/forgot_password) It may be weird to think about "forgot password" as an authentication flow... but it actually is. In fact, it's the default authn flow for many websites, because people never remember their passwords anyway.

By Milind Soni user 25 Aug 2020 at 11:48 p.m. CDT

Milind Soni gravatar
Thanks you so much for quick response. Will implement that in my application using gluu SCIM API.

By Michael Schwartz Account Admin 26 Aug 2020 at 10:45 a.m. CDT

Michael Schwartz gravatar
If you use the forgot password authn script, you won't need SCIM. From the script, you have access to the User Service.