Session 2: Open Systems Authentication Flashcards

1
Q

What are the advantages of using a Federated Identity login structure?

A

Alows aplications to rely on identity management system rather than storing user credentials themselves. Users can use a single set of credentials across multiple services. Is used as a thirdparty autentication verifyer (Think facebook and Google account account verification)

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

What are the three major platforms and protocols currently being used for Open System Autentication (OSA)?

A
  • SAML
  • OAuth
  • OpenID
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which large web entities use OpenID as their verification service?

A

Microsoft (Accounts), Google, Paypal, Amazon

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

Which of the 3 OSA protocols are interconnected? (SAML-OpenID, SAML-OAuth, OAuth-OpenID ?)

A

OpenID has built its foundation upon OAuth 2.0, thus they share a interconected codebase.

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

Which of the 3 OSA protocols are interconnected? (SAML-OpenID, SAML-OAuth, OAuth-OpenID ?)

A

OpenID has built its foundation upon OAuth 2.0, thus they share a interconected codebase.

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

What is a possible security concern with OAuth API access tokens?

A

API access tokens do not expire unless access is revoked, this means users workstations are permanently logged in, loss of this device may lead to obtained access privilegies.

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