Difference between revisions of "Web Authorization"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title or Meme== Web Authorization Protocol (OAuth) #The role of any provider that requires getting authentication from a separate Identifier or Attribute Provider...")
 
(Solution)
 
Line 12: Line 12:
  
 
==Solution==
 
==Solution==
* [https://mail.google.com/mail/u/0/#inbox/FMfcgzGxStwKpnqltBMQKSRBbLFshJnF?projector=1&messagePartId=0.1 OAuth WG Virtual Interim - Attestation-Based Client Authentication] is just the latest attempt to overcome the misuse of OAuth to preform Authentication on behalf of a user's adversary, which is called the user's client. (2024-05-23)
 
  
 
==References==
 
==References==

Latest revision as of 22:19, 5 December 2024

Full Title or Meme

Web Authorization Protocol (OAuth)

  1. The role of any provider that requires getting authentication from a separate Identifier or Attribute Provider Role.
  2. The role of a user that seeks to use resources on an internet based server.

Context

Solution

References