1

Is it possible to have SSO across multiple apps, installed through MobileIron, that connect to back-end services/sites protected by SiteMinder or any custom authorization provider ?

Looking at this Stackoverflow discussion and MobileIron video, it seems like the MobileIron SSO can be against KDC only.

Community
  • 1
  • 1
Paddy
  • 609
  • 7
  • 25

1 Answers1

1

As far as I know, you're quiet right: SSO capabilities to Intranet applications located behind MobileIron Sentry are provided via KCD. The possibility to do this via user certificates managed through MobileIron seems not to work (look at this thread iOS Client Certificates and Mobile Device Management).Third party / custom authentication providers like SAML are not supported at the moment by MobileIron.

Community
  • 1
  • 1
Jago
  • 181
  • 4
  • We were able to do certificate-based authentication by configuring MI to provide the app with a base 64 encoded cert (.p12 file) and password, which we pass to the server. After decoding the cert, the user's LDAP email is in the cert for associating with that user. – David James May 18 '16 at 11:39