Logout

GET <https://auth3.upbond.io/v2/logout>?
  client_id=${account.clientId}&
  returnTo=LOGOUT_URL

Use this endpoint to log out a user. If you want to navigate the user to a specific URL after the logout, set that URL at the returnTo parameter. Configuration of allowed logout URLs is managed through the UPBOND team.

Request Parameters

Parameter
Description

returnTo

URL to redirect the user after the logout.

client_id

The client_id of your application.

Remarks

  • Logging the user out of their identity provider is not common practice.

Last updated

Was this helpful?