Authentication

Answer all questions carefully. After submission, you will see a detailed result and answer review.

Question 1
Authorization can be done only after completing the identification and authentication process.
Question 2
An SSO token is a master key to get access to multiple systems/applications with a "single" login. Therefore, it is very important to protect the master key from theft, spoofing, or forgery. What are the typical methods to protect an SSO token from various threats?
Question 3
In an SSO solution developed for native IOS applications, one of the secure ways to share an SSO token between multiple native IOS apps is to store the token in the device "keychain" store, accessible only to the set of applications signed by a common Apple certificate.
Question 4
refers to the validity of a claimed identity.
Question 5
What is "credential stuffing"?
Question 6
Is an application required to generate a new session after authentication?
Question 7
What is "OAuth"?
Question 8
The SameSite cookie attribute enables to prevent?
Question 9
A JWT contains which of the following?
Question 10
In an SSO solution, what is an identity provider?