Update the Logout URL in the IDP/Server Configuration:
- Navigate to the Sign In Settings tab in the module.
- Scroll down to the Provider Specific Settings section.
- Edit the settings for your Identity Provider/Server (Azure)
- Scroll down to find the Redirect URL after logout field and add the end session endpoint provided by Azure B2C.
- The format for the end session endpoint is:
(https://{tenant}.b2clogin.com/{tenant}.onmicrosoft.com/{policy}/oauth2/v2.0/logout?p={policy}&post_logout_redirect_uri={redirectUri})
- Replace {tenant} and {policy} with your tenant and user flow policy from Azure AD B2C app.
- Check the box to “Include ID Token in End Session Endpoint” if available.
- Click Save Configuration.
- Once the configuration is saved, test the Single Logout to ensure everything is working correctly.
If you run into any issues, feel free to reach out to us at drupalsupport@xecurify.com.