-
Notifications
You must be signed in to change notification settings - Fork 402
Description
In the README file of the repository active-directory-b2c-custom-policy-starterpack, there is a broken link in the section:
You can revoke refresh tokens in Azure AD B2C following the Microsoft Graph API Revoke sign in sessions guidance.
The link labeled "Revoke sign in sessions" points to:
https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/blob/main/graph/api/user-revokesigninsessions
However, this URL leads to a "Page not found" error.
Steps to reproduce:
Navigate to the README file of the repository:
https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/blob/main/README.md
Scroll to the section mentioning "Revoke sign in sessions."
Click on the "Revoke sign in sessions" link.
Expected behavior:
The link should redirect to a valid page or documentation about "Revoke sign in sessions" for Azure AD B2C.
Actual behavior:
The link leads to a "Page not found" error.