I'm using IdP mobile with Azure AD as Identity Provider.
The login works just fine; however, signing in to one mobile app doesn't allow me to SSO into another. The login flows in the two apps are the same, and both are native Android apps.
Login flow: I'm setting my "Home" screen as default screen, and making it accessible only to registered users. In the global module exception handler (Common/OnException), I redirect to the SAML Login screen, where the users are redirected to the IdP through the SamlLogin block from IdP Mobile. The SecurityException is always thrown and I'm redirected to the SAML Login screen, even though I've signed in to the other app.
Any ideas on how to solve SSO between mobile apps?
Hi Thelmo - were you able to solve this?