I am a new enterprise iOS developer. We are developing an app that is managing our enterprise apps(somehow like a app store&MDM).
I stacked by a issue :
I want to implement Single Sign-On for our enterprise Apps (Not with the same Developer ID), which means if the app-store App is signed in, the other apps(involved in our enterprise app platform) do not need users to enter ID & PassWord again.
I have searched for the same and I got some information which mentioned sharing keychain and iOS Kerberos SSO. But sharing the keychain is not available for apps developed by different Developers and I cannot find some detailed resource about Kerberos for iOS SSO.
Therefore, what I need is:
- Is the Kerberos SSO OK for my case?
- I want some detailed tutorial or articles through which I can learn How to make a SSO server and how to configure my iOS application?