Difference between revisions of "Authorization Code"

From MgmtWiki
Jump to: navigation, search
(Solutions)
(Problems)
Line 6: Line 6:
  
 
==Problems==
 
==Problems==
 +
Provide access to [[User Information]] in order to enable the [[user]] to obtain the access desired to some internet [[Resource]].
  
 
==Solutions==
 
==Solutions==

Revision as of 13:03, 8 July 2018

Full Title or Meme

Information passed from an Identifier or Attribute Provider to a Relying Party to indicate that the user has consented to authorized access to User Information.

Context

The context is an internet flow of Authorization as consented by the User.

Problems

Provide access to User Information in order to enable the user to obtain the access desired to some internet Resource.

Solutions

Based on the protocol selection of OpenID Connect, the full solution is described in the Identity Model.

Other protocols, like SAML are also available.

References