Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 531 Bytes

File metadata and controls

15 lines (14 loc) · 531 Bytes
author kengaderdus
ms.service active-directory-b2c
ms.subservice B2C
ms.topic include
ms.date 07/05/2021
ms.author kengaderdus

The sign-out flow involves the following steps:

  1. From the app, users sign out.
  2. The app clears its session objects, and the authentication library clears its token cache.
  3. The app takes users to the Azure AD B2C sign-out endpoint to terminate the Azure AD B2C session.
  4. Users are redirected back to the app.