Questions tagged [authentication]

Use this tag for questions relating to authentication mechanism (i.e. proving to the system that you are you, using passwords, keycards etc.). In general don't use this and the security tag on the same question, unless it is about the security of the authentication process.

Authentication methods are used to assure that a user has a claimed identity. These methods can be based on knowledge (e.g. a password or a key), on a token (e.g. a smart card), or on biometrics (e.g. a human fingerprint). Different methods can be combined to strengthen the assurance. If two methods are combined, this is called two-factor authentication, e.g. smart cards typically need to be unlocked by a PIN.

Use this tag if your question is primarily concerned about authentication mechanisms. If you tag your question with , then avoid the tag unless your question is about the security of a particular mechanism.

608 questions
0
votes
1 answer

RHEL 7.6 "Authentication is required to run add-password"

I am getting this authentication window whenever I logon. I am not sure what it is, and how to get rid of it. Any ideas?
0
votes
0 answers

Forward Apache authentication to remote "Resource"

I want to implement some kind of "forwarding" apache authentication to a remote ressource. Imagine multiple servers to be able to authenticate the same users. Yes, I could do this via "AuthBasicProvider dbd", BUT: Every server must have database…