> For the complete documentation index, see [llms.txt](https://docs.pliro.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pliro.co/connect/silent-re-authentication.md).

# Silent re-authentication

Another way of retrieving updated information about the customer is to use the silent re-authentication flow. This is, in essence, the same flow described in [Sign in customers](/connect/sign-in-customers.md) but without presenting the sign in screen to the customer.

You activate the silent re-authentication flow by including a `prompt` query parameter with the value `none` in the [authorization request](/connect/sign-in-customers.md#step-1-request-an-authorization-code).

If the customer is already signed into Pliro they will immediately be redirected to the `redirect_uri` with an authorization code.

If they are not signed into Pliro, the customer will be redirected to the `redirect_uri` with an `error` parameter set to `login_required`. At this point, you should consider signing the customer out of your website.
