Which authentication solution would allow users to access third-party applications and web services using their existing credentials at Google or Facebook sites?
- basic authentication
- API key authentication
- OAuth 2.0 authentication
- access token authentication
Explanation: OAuth is a secure protocol that allows third-party applications to access a user's resources without exposing their credentials. OAuth 2.0 lets users access different applications and web services using existing credentials from providers like Google or Facebook. It uses access tokens issued after an initial authentication process.
Related exam: 15.8.2 Module Quiz Answers – CCNA 200-301 Exam v1.1 Supplemental Module
