Session 2: Open Systems Authentication Flashcards
What are the advantages of using a Federated Identity login structure?
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)
What are the three major platforms and protocols currently being used for Open System Autentication (OSA)?
- SAML
- OAuth
- OpenID
Which large web entities use OpenID as their verification service?
Microsoft (Accounts), Google, Paypal, Amazon
Which of the 3 OSA protocols are interconnected? (SAML-OpenID, SAML-OAuth, OAuth-OpenID ?)
OpenID has built its foundation upon OAuth 2.0, thus they share a interconected codebase.
Which of the 3 OSA protocols are interconnected? (SAML-OpenID, SAML-OAuth, OAuth-OpenID ?)
OpenID has built its foundation upon OAuth 2.0, thus they share a interconected codebase.
What is a possible security concern with OAuth API access tokens?
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.