Follow the steps:
- Go to your Microsoft Azure AD B2C > App registration > Open your application & go to the Endpoints section.
- Copy the “Azure AD B2C OAuth 2.0 logout endpoint” from the metadata.
- Again open a new tab & paste the copied “Azure AD B2C OAuth 2.0 logout endpoint” in the URL bar, append ?post_logout_redirect_uri=<Drupal SITE DOMAIN>, and copy the entire URL & that’s it.
1. Access the Sign-In Settings:
- Navigate to the miniOrange OAuth Client module configuration.
- Click on Sign-In Settings to access the relevant configuration options.
2. Modify Provider-Specific Settings:
- In the Provider-Specific Settings section, locate and select the provider you wish to configure.
- Click on Edit to modify the settings for this specific provider.
3. Enter the Logout Redirect URL:
- Enter the URL that we have previously copied in the Redirect URL after the Logout field.
- Save the changes to ensure the settings are applied.