Difference between revisions of "Resource"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title or Meme== a web site that provides access to service or content on the internet. ==Context== Bayesian Identity Proofing provides the means for a collection...")
 
Line 1: Line 1:
 
==Full Title or Meme==
 
==Full Title or Meme==
  
a web site that provides access to service or content on the internet.  
+
A part of a [[Web Site]] that provides access to service or content on the internet.  
  
 
==Context==
 
==Context==
[[Bayesian Identity Proofing]] provides the means for a collection of authentication and verification steps to be validated.
+
*Resources are something you want to protect 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.
 +
*Identity data Identity 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==
 
==Problems==

Revision as of 18:05, 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 you want to protect 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.
  • Identity data Identity 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