Please enable JavaScript.
Coggle requires JavaScript to display documents.
Authentication and Authorization Design - Coggle Diagram
Authentication and Authorization
Design
So we have established how
to secure an application during development with code and deployment.
Automation can assist in security,
via monitoring and enforcing policies
and being of SLDC and build process
Part of securing Systems
and applications is Authentication and
Authorization
Three main concepts
These concepts are related,
and usually happen during a login process
user or device, says they
are particular identity,
the claim and present Identity
Basically say Hey I am this person
or Here's my ID
Otherwise known as
Identification
After ID or identification is presented
(aka the credentials)
These credentials(or ID) has to be
validated
The credential Validation is
known as
Authentication
Authentication as in are you
Authentic, are you really who
say you are.
(has to be confirmed)
after authentication is confirmed,
has to determine the users rights.
1 more item...