Difference between revisions of "Resource"

From MgmtWiki
Jump to: navigation, search
(Context)
Line 4: Line 4:
  
 
==Context==
 
==Context==
*Resources are something you want to protect with [[Authentication]] by a [[Identifier or Attribute Provider]] - either identity data of your users, or APIs.
+
*Resources are something typically need to be protecting with [[Authentication]] by a [[Identifier or Attribute Provider]] - either identity data of your users, or APIs.
 
*Every resource has a unique name - and clients use this name to specify to which resources they want to get access to.
 
*Every resource has a unique name - and clients use this name to specify to which resources they want to get access to.
*Identity data Identity information (aka claims) about a user, e.g. name or email address.
+
*The [[Resource]] will typicallu use [[User Information]] (aka claims) about a user, e.g. name or email address.
 
*APIs APIs resources represent functionality a client wants to invoke - typically modelled as Web APIs, but not necessarily.
 
*APIs APIs resources represent functionality a client wants to invoke - typically modelled as Web APIs, but not necessarily.
  

Revision as of 17:07, 18 July 2018

Full Title or Meme

A part of a Web Site that provides access to service or content on the internet.

Context

  • Resources are something typically need to be protecting with Authentication by a Identifier or Attribute Provider - either identity data of your users, or APIs.
  • Every resource has a unique name - and clients use this name to specify to which resources they want to get access to.
  • The Resource will typicallu use User Information (aka claims) about a user, e.g. name or email address.
  • APIs APIs resources represent functionality a client wants to invoke - typically modelled as Web APIs, but not necessarily.

Problems

Solutions

References