How to stop Google SSO from redirect to AWS hosted ui screen when session timeout

0

My Cognito user pool has the following configuration:

  • Login with Google
  • Authentication flow session duration: 3 minutes

Then, I have a login page ( my web application Url). The federated login with Google works fine except in the following case:

  • I wait at the select Google Account screen for 3 minutes (waiting for the authentication flow session to expire)
  • Then, select the Google Account to login.
  • Expected result: the login failed, and the browser should redirect to ( ( my web application Url).).
  • Observed result: the login failed, and the browser redirected to hosted UI with an error message Something went wrong. Please try again. In the URL, I can see the param redirect_uri is (my web application Url).) In this case, how can I make Cognito redirects to (my web application Url) instead of the hosted UI?

Thank you.

Keine Antworten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen