SSO doesn’t always include the LogoutURL in its federation metadata.
LogoutURL in SLO for SAML must be configured on the Service Provider side, and Microsoft Entra ID sends a LogoutRequest to this URL when the user logs out. You need to set this up in your App Registration in Azure and make sure that your application can handle the SLO request.
https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app?tabs=certificate
If the LogoutURL is not visible in federation metadata, that’s because it is defined in your application settings, not within the IdP’s metadata.
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola