hi,
Thanks for your promptly reply, in following case/steps:
1. user access our app (SP), redirect to gluu login page
2. user login with gluu account, redirect to SP site
3. user logout from our app (SP) locally
4. user go to gluu server and is able to see his "profile" on gluu server
5. user logout from gluu server, by clicking the logout button.
is step no. 5 above the same as calling "idp/logout.jsp"?
It seems that clicking logout button on the UI doesn't kill the SAML session on gluu server, is that by design?
It seems strange that we need to add an UI or something on our app to trigger the "saml logout" on gluu server, and why there isn't UI on the gluu server that perform the same task?
Thanks and have a nice day.