SSO between native apps

Is there a common pattern for SSO between the two native mobile apps? I am looking for something that will work on iOS or Android.

I want something like SAML where one server can send an encrypted message to another. But in SAML it works by submitting the message via web forms and URLs. This won't work between native apps, although I think you could create something to pass the message through a custom url scheme.

My goal is to log into one app, then press a button to launch another app, and register it automatically.

+3


source to share


1 answer


You can do this using any of the following approaches. All you need to do for your provisioning profile is to use the same application semester ID (same team profile)

  • UIPasteBoard
  • trinket


Try to combine the above approach with touchId via LAcontext

0


source







All Articles