A cloud-based identity and access management service for securing user authentication and resource access
Hello @Karl Gardner,
Thank you for posting your query on Microsoft Q&A.
From your description, I understand that you're looking for information on the Single Sign-Out SAML Protocol and the Entra Logout URL in the Federation Metadata XML. You can find the Entra SAML Logout URL in the SingleLogoutService path of the Federation Metadata XML file.
When a user signs out of your application, or whenever they click "Sign Out" on the application page, your application should generate a SAML Logout request and send it to the Entra Logout URL (i.e., https://login.microsoftonline.com/common/saml2) along with the SAML Logout request. Entra ID will then validate the request and send a SAML response to your application's Logout URL. Below is a screenshot that illustrates the SAML Logout flow.
And you don't need make any changes in App registration for a SAML protocol application.
I hope this information is helpful. Please feel free to reach out if you have any further questions.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Thanks,
Raja Pothuraju.