The purpose of the client ID for this endpoint is so that the email template knows from which client the request was triggered. Why not use event.client.client_id
? This would ensure the user gets an email that is relevant to the application they are authenticating with.
Otherwise you might want to chose to omit the client ID entirely. I’m not sure what a global client ID would do, and if I’m missing something please let me know.