client_id
as a query parameter when calling the /oidc/logout
endpoint and the id_token_hint
URL must be in the application’s list of allowed logout URLs.client_id
supplied. Passing the client_id
tells the /logout
endpoint where to look for the logout URL white-list.getTokenSilently()
method to request a new token without redirecting the user from the page they are currently interacting with.logout()
method should be called to assure the Auth0 session is ended as well.getTokenSilently()
, or redirecting the user to landing page.