MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

CLOUD COMPUTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
WHICH OF THE FOLLOWING IS NOT AN AUTHENTICATION MECHANISM
A
OTP
B
OAuth
C
SSO
D
SAML-TOKEN
Explanation: 

Detailed explanation-1: -Despite having auth in the name, OAuth is not an authentication mechanism. Instead, it provides authorization services to determine which users have access to various corporate resources. OAuth is used alongside OpenID, an authentication mechanism.

Detailed explanation-2: -OAuth doesn’t share password data but instead uses authorization tokens to prove an identity between consumers and service providers. OAuth is an authentication protocol that allows you to approve one application interacting with another on your behalf without giving away your password.

Detailed explanation-3: -OAuth (pronounced “oh-auth”) is a technological standard that allows you to share information between services without exposing your password. It’s a widely-adopted standard that’s used by developers of websites and apps, and you probably use services every day that utilize OAuth.

Detailed explanation-4: -OAuth is not authentication. It’s an authorization protocol, or, better yet, a delegation protocol. It’s for this reason that identity protocols such as OpenID Connect exist and legacy protocols such as SAML use extension grants to link authentication and delegation.

Detailed explanation-5: -OAuth 2.0 is an authorization protocol and NOT an authentication protocol. As such, it is designed primarily as a means of granting access to a set of resources, for example, remote APIs or user data. OAuth 2.0 uses Access Tokens.

There is 1 question to complete.