Interview Question
Qus: Explain the passport authentication process.?
Answers (1)
For Example: “In the passport authentication process, an application first looks for the encrypted authentication cookie. If the user is already signed into the passport, the application considers them as authenticated. If the application does not find the passport cookie, it redirects the user to the passport login page. When the user logs in, the passport service authenticates the details, stores the authentication credentials on the user's machine and redirects them to the requested web page.”