0

We want to deploy App Center Client (maybe to customize one based on App Center API) as other apps developed based on MobileFirst platform. The current environment has LDAP (TDS) and ISAM (TAM), how to implement the SSO between them?

I know we can easily to do SSO between common mobile apps based on MobileFirst Platform, but if we want add the appcenter client to SSO, how to do it?

halfer
  • 19,824
  • 17
  • 99
  • 186
Shengwang
  • 35
  • 6

1 Answers1

0

Device SSO between MFP-based applications is indeed possible.
A requirement for Device SSO to work isa connection to the MFP Server

The Application Center installer app is a MFP-based application as well, however this application does not contact the MFP Server. It contacts the Application Center Management Server.

So in theory, you could enable device SSO by following the user documentation (linked above), however it will be "one-sided" in the sense that it will work in the Application Center installer app only if the login was first done by the "regular" MFP-baed app.

Idan Adar
  • 44,156
  • 13
  • 50
  • 89
  • Hi Idan, thanks a lot. The customer want to startup AppCenter Client and login then startup other MFP-based apps from AppCenter Client and doesnot need login again. So this scenario cannot be implemented? – Shengwang Apr 20 '15 at 12:51
  • Because the AppCenter app does not connect to the MFP Server, this is not a viable option to my knowledge. – Idan Adar Apr 20 '15 at 12:53