Difference between revisions of "Apple iOS User Client Apps"
From MgmtWiki
(→Full Title or Meme) |
(→Solutions) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
# | # | ||
# | # | ||
| + | ==Problems== | ||
| + | Generally mobile platforms have not given equal access to User client app from other sources. | ||
| + | |||
| + | ==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== | ||
Latest revision as of 10:01, 26 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:
- The user authentication factors are available without releasing these to attackers and Private keys and Passwords.
- The User Agents can all provide Proof of Presence and Proof of Control of user private keys.
Problems
Generally mobile platforms have not given equal access to User client app from other sources.
Solutions
- Must meet all of Apple imposed limitations