SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE 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: -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.

Detailed explanation-2: -OAuth is not technically an authentication method, but a method of both authentication and authorization.

Detailed explanation-3: -HTTP Basic Authentication. The simplest way to handle authentication is through the use of HTTP, where the username and password are sent alongside every API call. API Key Authentication. OAuth Authentication. No Authentication. 17-Jun-2021

There is 1 question to complete.