Authentication & Authorization | Test-3

0%
1

Authentication & Authorization | Test-3

This section focuses on evaluating the security of user authentication and authorization mechanisms. Tests include assessing the strength of password policies, multi-factor authentication (MFA), session management, and protection against brute-force attacks. It also involves verifying proper access controls to ensure that users have appropriate permissions and cannot escalate privileges. Additionally, this section tests the robustness of token management (e.g., JWT, OAuth), secure login processes, and defenses against common threats such as authentication bypass, session hijacking, and privilege escalation.

1 / 13

1. Is HTTP Basic authentication method secure?

2 / 13

2. How does OIDC build upon OAuth?

3 / 13

3. Which of the following is NOT a framework, concept or standard of SSO?

4 / 13

4. What’s the main function of an IdP?

5 / 13

5. The use of โ€œresource serversโ€ and โ€œauthorization serversโ€ to facilitate a โ€œclientโ€ web service (such as LinkedIn) to access a โ€œresource ownerโ€ (such as Udemy) for federated authorization is a feature of which open standard?

6 / 13

6. What are the main players involved in an OAuth flow?

7 / 13

7. Which of the following it NOT used for REST API Authentication

8 / 13

8. Which of the following is not an advantage of Passwordless Authentication?

9 / 13

9. The information security department frequently decides in advance how many user errors are acceptable before classifying them as security breaches. Other name for this number is:

10 / 13

10. Which of the following is a best description of the directory systems that are used in identity management technology?

11 / 13

11. In terms of OpenID Connect (OIDC), which of the following is NOT true?

12 / 13

12. The mutual authentication process entails _______________

13 / 13

13. During login to their online banking account, the customer
is required to enter a nonce from a token device that was issued to
the customer by the bank. This type of authentication is also known as:

Your score is

The average score is 69%

0%


Related challenges :