By: Petr Hroudny user 08 Jul 2019 at 2:58 a.m. CDT

2 Responses
Petr Hroudny gravatar
When SAML logout is requested on iPhone/iPad by navigating to: GET https://gluu.server/idp/Authn/oxAuth/logout it almost always stops at: GET https://gluu.server/idp/Authn/oxAuth/ssologout?sid=..... At this point, iPhone offers to open "ssologout" with some binary application e.g. Files Seems the problem is, that the above URL does not return any Content-Type header, thus iPhone is confused what to do. I believe Content-Type needs to be set to text/html, like on other pages generated by Gluu server. Thanks.

By Michael Schwartz Account Admin 08 Jul 2019 at 5:15 a.m. CDT

Michael Schwartz gravatar
There are some fixes to SAML logout scheduled for 4.1: https://github.com/GluuFederation/oxShibboleth/issues Maybe one of these fixes will help you. Closing this issue because mobile logout via SAML is not supported on the community forums. If you find a fix, please post it here.

By Petr Hroudny user 08 Jul 2019 at 10:08 a.m. CDT

Petr Hroudny gravatar
This is not mobile app. logout, we're using the standard web browser on iPhone/iPad. The fix seems to be trivial - logout script at https://gluu.server/idp/Authn/oxAuth/ssologout should declare Content-Type: text/plain (currently it's undefined).