Multiple choice technology web technology

A credential that performs a login for the client, without the client code or application knowing the 'secret' is known as a(n):

  1. secret credential

  2. active credential

  3. passive credential

  4. silent credential

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An active credential performs a login on behalf of a client without exposing the secret to the client's code or application. This pattern enhances security by keeping credentials server-side while still allowing authentication. The term 'active' refers to the credential actively performing the login action transparently.