Difference between revisions of "Native App URI Handlers"

From MgmtWiki
Jump to: navigation, search
(Context)
(Problems)
Line 7: Line 7:
  
 
==Problems==
 
==Problems==
* The original problem that create
+
* Several [[Identity Management]] problems can potentially be solved by this same mechanism.
 +
* If the user wishes to create [[Self-issued Identifier]]s that can act like [[Identifier or Attribute Provider]]s to a [[Relying Party]] they can install such a provider on their own device and redirect calls for authentication back to themselves.
  
 
==Solutions==
 
==Solutions==

Revision as of 18:18, 17 December 2018

Full Title or Meme

A Native App can register to receive HTTP calls from the browser on the User Device,

Context

  • Many web applications would like to improve their User Experience by installing a Native App on the user device to provide more performant responses to user input. This has been enabled on most User Devices by operating system enhancement that allow the registration of the web site's URL and intercepting HTTP requests so that they can be partially or fully handled on the local device.

Problems

Solutions

References

  1. Native App general page on this wiki
  2. Native App Security page on this wiki
  3. Native App Privacy page on this wiki
  4. W3C page on web apps best practices as of (2010-12-10).
  5. IETF RFC 8252 OAuth 2.0 for Native Apps https://tools.ietf.org/html/bcp212#section-7.2
  6. Apple App Store Review Guidelines https://developer.apple.com/app-store/review/guidelines/