How do I implement SAML Single Log Out with Azure AD as IDP in SAP HANA?
I have defined a web app in Azure to access to resources hosted on SAP HANA as described in this link.
In the web app is defined a logout endpoint which is
https://login.windows.net/common/wsfederation?wa=wsignout1.0
From browser I log to Azure AD and then I access to the resources on HANA. After I called the endpoint from address bar of the browser, I have to close all browser windows in order to do a proper logout.
- Is this the expected behavior when I log out?
- How do I implement a SAML Single Log Out in a native app? Is that realistic scenario?
Thanks