Hi all, i need to configure the lock account notification channel (email or SMS)? The use case are :
- a.Setting a property on the Apigee Server should be possible to configure the lock account notification channel (email or SMS)
- b.It should be possible to define on the server different notification template (e.g. expired password, forgotten password, account locked, account unlocked, etc)
- c.The locked account error should be received by the mobile client as specific http response header of the oauth2/token REST service used to login
Any suggestion?
Thanks
Cosimo
Hi @Cosimo
Can you please clarify by Account means, you are referring to Developer Account ?
My assumptions is that Developer Account registered on Developer portal,
- a.Setting a property on the Apigee Server should be possible to configure the lock account notification channel (email or SMS) - You can configure email notification on Blocking( locking) a developer account using rules.
- b.It should be possible to define on the server different notification template (e.g. expired password, forgotten password, account locked, account unlocked, etc) - As mentioned above, for all the mentioned events, Rule can be used to configure the relevant Send mail action with template.
- c.The locked account error should be received by the mobile client as specific http response header of the oauth2/token REST service used to login - If a developer account is locked, all of the apps created by the developer are also inactive. Which means the token generated by the App will also inactive/expired.
Please feel free to share more to context if we haven’t addressed you queries in the right context.
hi seshi, for me account are the user of a web portal or mobileapp that are using the API not the developer that published the api. Any suggestion?
Thanks
Cosimo