product-is
product-is copied to clipboard
Sending notifications through an externally executed scheduled task
Product-IS need to have a recommend a way for sending notifications to users as discussed in mail thread [1] through an externally executed scheduled task.
For example, the following features may necessitate sending notifications to users within the organization:
- Password expiry feature [1]: Sending notifications to users whose passwords have expired.
- Idle account identification [2]: Sending notifications to users who have been inactive for a specified duration.
[1]. https://github.com/wso2-enterprise/iam-engineering/issues/647 [2]. https://github.com/wso2-enterprise/iam-engineering/issues/650
The API capability for below tasks are already in the product-is 7.0.
- API to get password expired users.
- API to get users whose account is idle for configured time.
We need to provide a sample/documentation for the integration with the Azure scheduler for this requirement.