OIDC-Mobile Logout

1
Hi All, We are using the OIDC module from Mendix to integrate with Idp built using .Net for SSO. We are trying to logout from mobile as follows: 1- Get the logout link from IDP 2- Logout from Mendix 3- Open InAppBrowser to open the logout URL. and then close the InAppBroswser. 4- Reload the mobile application.  This flow works fine on Makeitnative. but once I generated an Android and iOS application and test it on real devices it didn’t work. The logout functionality works fine, but the InAppBrowser didn't close and kept open until the user click on the (x) button. You can find the flow that we are using and the code for the JS action Any help is highly appreciated   
asked
1 answers
0

Hi,

 

I get it done.

I have used WebView instead of InAppBrowser.

answered