Password Recovery

Not applicable

Hi all,

.Is it possible to have a web app for reset password on the Apigee server? The use case are:

  • a.The reset password web app should be deployed on the Apigee Server
  • b.Setting a property on the Apigee Server should be possible to configure the notification channel (email on server SMTP or SMS via our TPGW component)
  • c.It should be possible to define on the server different notification template (e.g. expired password, forgotten password, account locked, account unlocked, etc)

Any suggestion?

Thanks

Cosimo

0 5 239
5 REPLIES 5

sarthak
Participant V

The first question is ... what is the user store you using ? Is it Apigee BaaS or something external ? Does the user store not have it's own flows ?

Apigee is not a web server by design. You can write business logic using node but you cannot serve static content from Apigee and it cannot do a lot of other things which a traditional web app can do.

How are you planning to build the web app ? via node ? How do you plan to store the email templates ?

Not applicable

Hi sarthak we use Active Directory as LDAP user store.

Thanks

Cosimo

Can you please reply to the other questions as well ?

Not applicable

No plan for building a web app i was expecting to see in apigee available web content and templatets. Please let me know. Thanks

Cosimo

@Cosimo Apigee is not a web server and hence do not come pre built with any web contents.