Azure Identity Services Flashcards

1
Q

Identity

A

Digital representation of a person, application or device (ex: applications have different permissions to do certain things just as a person in the real world)

Usually to authenticate your identity its required a password, a secret key or a certificate to prove that you are who you say you are.

Azure provides an identity management systems based on their “Active Directory”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Examples of identities

A

Name, Email, Monthly Payroll Application (needs an identity in the system), a printer in the office (as an identity on the network), …

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Identity Hacks

A
  • Passwords stored in plain text;
  • Simple, reversible hash algorithms;
  • Not enforcing password change policies or password complexity policies;
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Standards of authentication

A

SAML (tokenized access); OpenID; WS Federation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Benefits of Azure ID

A
  • Security (because so many people use it, many bugs have been found);
  • Reduced development time and easier support;
  • More features to enhance security of your application;
  • Centralized administration (dashboards, grant and revoke accesses, reports);
  • Only one user ID and password – Single Sign-On (same for your applications and Azure AD);
  • Integration with other Azure services;
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Authentication vs Authorization

A

Authentication – user proving who they are.

Authorization – what can a user do; levels of privileges.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Azure Active Directory

A

Azure Active Directory is the preferred solution for identity management, like user access control. Complete solution with single sign-on. Supports “conditional access” – it detects unusual activity or something suspicious and require somebody to take some extra measures to prove who they are (entering from a different device or location, login in after months of inactivity, …). Signal – Decision – Enforcement.
Azure, Skype, Outlook, OneDrive, Xb0x, Office 365 all use Azure Active Directory to validate accesses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly