product-is icon indicating copy to clipboard operation
product-is copied to clipboard

Sending notifications through an externally executed scheduled task

Open Thisara-Welmilla opened this issue 1 year ago • 1 comments

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:

  1. Password expiry feature [1]: Sending notifications to users whose passwords have expired.
  2. 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

Thisara-Welmilla avatar Nov 06 '23 11:11 Thisara-Welmilla

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.

Thisara-Welmilla avatar Nov 30 '23 03:11 Thisara-Welmilla