FAQ | This is a LIVE service | Changelog

Skip to content

Update entra event handler to check if password update event has occurred

Description

The entra event handler will need to send messages when a user has set their password for the first time. To do this it will need to:

  • Read the user information from the delivered event
  • Check whether the user has updated their password
  • Check whether the user is currently considered eligible by the activate account API

If the user has updated their password, and are considered eligible, the function should print a message to stdout.

Further details

Task list

  • Update event handler code
  • Update event handler deployment to give it access to the data manager API

Acceptance criteria

  • Entra event handler function prints a message to stdout if a user who is currently eligible has set their password for the first time.

Links/references

Edited by Mike Knee