On the Identity Platform section in the Google Cloud Console on the settings page and the triggers tab I added a cloud function named before-signup to the before creation trigger. But I keep getting an error when creating an account
BLOCKING_FUNCTION_ERROR_RESPONSE : HTTP Cloud Function returned an error
403 Forbidden
Your client does not have permission to get URL before-signup from this server
So how do I know which service account is associated with identity platform? And how do I give the identity platform service account permission to call the cloud function?