Difference between revisions of "Apple iOS User Client Apps"
From MgmtWiki
(Created page with "==Full Title or Meme== This page is a bout apps that run on iPhone that have the ability to act on the user's behalf.") |
(→Solutions) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Full Title or Meme== | ==Full Title or Meme== | ||
| − | This page is | + | 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 Agent]]s that run on the Apple iPhone started with web [[Browser]]s, [[Wallet]]s 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 Agent]]s 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 [https://developer.apple.com/documentation/xcode/preparing-your-app-to-be-the-default-browser-or-email-client/ all of Apple imposed limitations] | ||
| + | |||
| + | ==References== | ||
| + | |||
| + | [[Category: Browser]] | ||
| + | [[Category: User Agent]] | ||
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