Difference between revisions of "Apple iOS User Client Apps"

From MgmtWiki
Jump to: navigation, search
(Full Title or Meme)
(Context)
Line 9: Line 9:
 
#
 
#
 
#
 
#
 +
==Solutions==
 +
* Must meet [https://developer.apple.com/documentation/xcode/preparing-your-app-to-be-the-default-browser-or-email-client/ all of Apple imposed limitations]
  
 
==References==
 
==References==

Revision as of 16:14, 20 October 2022

Full Title or Meme

This page is about apps that run on iPhone that have the ability to act on the user's behalf.

Context

  • The scope of User Agents that run on the Apple iPhone started with web Browsers, Wallets and Email clients.
  • To be effective at this function the primary goals are:
  1. The user authentication factors are available without releasing these to attackers and Private keys and Passwords.
  2. The User Agents can all provide Proof of Presence and Proof of Control of user private keys.

Solutions

References