ITEC102PART1 Flashcards
Making Authorization decisions based on the identity and/or role(s) or entity on whose behalf an application is executing
Role-based Security
Distinguishing characteristic of the entity on whose behalf an application is executing.
commonly a user or account name.
Identity
The encapsulation of identity and role information-everything you need to know about an entity in order to make authorization decisions.
Principal
The CLR provides an infrastructure for managing identity and role information.
Role-based Security Infrastructure
it authenticates the user and provides the identity and role information the CLR
Host
it make the information available to code via API’s and permission demands (Both imperative and declarative )
CLR ( common language runtime )
We dont create a principal object until you ask for it
Lazy authentication
Determining the identity of the party/entity making a request.
Authentication
Determining whether to honor a request made by an identified party/entity.
Authorization
5 agenda of .net framework
The problem: customer scenarios
The solution: .Net security
Role based security
Evidence based security
Demos
2 element fo .net security model
Role based security
Evidence based security
role based security common terms ( 3 )
Role based security
Identity
Principal