Hi @León Montero Retamal , to clarify, did you update the post_logout_redirect_uri
in your Azure AD B2C application settings? If so, it's possible that the change hasn't propagated yet.
One thing you can try is to clear your browser cache and cookies, and then try to authenticate again. This should force your browser to retrieve the updated post_logout_redirect_uri
from Azure AD B2C.
If that doesn't work, you can also try adding an id_token_hint
parameter to your sign-out request. This will ensure that Azure AD B2C verifies that the post_logout_redirect_uri
matches one of the application's configured redirect URIs before performing the redirect.
Additionally, ensure that the "Require ID Token in logout requests" option is enabled in your user flow or custom policy.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James