Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 531 Bytes

active-directory-b2c-app-integration-sign-out-flow.md

File metadata and controls

15 lines (14 loc) · 531 Bytes
author ms.service ms.subservice ms.topic ms.date ms.author
kengaderdus
active-directory-b2c
B2C
include
07/05/2021
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.