Pliro Docs
Homepage
  • Introduction
  • Pliro Site
    • The customer account page
    • The offers page
    • The subscribe page
    • Offer pages
    • Offer subscribe pages
    • The free offering page
    • The free offering subscribe page
  • Pliro Connect
    • Sign in customers
    • Update customer information
    • Silent re-authentication
    • Sign customers out of Pliro
    • Sign-out notifications
    • Example integration
    • Signing keys
  • API
    • Authentication
    • Errors
      • Error codes
    • Pagination
    • Versioning
    • Endpoint reference
  • Test environment
Powered by GitBook
On this page
  1. Pliro Connect

Silent re-authentication

Check if a customer is still signed into Pliro.

PreviousUpdate customer informationNextSign customers out of Pliro

Last updated 11 months ago

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 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 .

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.

Sign in customers
authorization request