Lambda triggers for Cognito User Pools refresh token?

0

Do any of the Cognito User Pools Lambda triggers get fired when a refresh token is used?

posta 6 anni fa853 visualizzazioni
1 Risposta
0
Risposta accettata

No, no triggers are fired on that event. The trigger on the UserPool are the following: Pre sign-up, Pre authentication, Custom message, Post authentication, Post confirmation, Define Auth Challenge, Create Auth Challenge, Verify Auth Challenge Response, and User Migration. A token refresh does not trigger any re-authentication, hence no triggers are fired. When the refresh token itself has expired, the user will have to re-authenticate, and the authentication related triggers will be fired.

AWS
ESPERTO
con risposta 6 anni fa
profile picture
ESPERTO
verificato 2 giorni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande