OpenID Connect (OIDC)
OpenID Connect (OIDC): An authentication layer on top of the OAuth 2.0 protocol that allows clients to verify the identity of an end-user based on the authentication performed by an authorization server, as well as to obtain basic profile information about the user in an interoperable and REST-like manner. OpenID Connect allows clients of all […]
Nonce
Nonce: A randomly or pseudo-randomly generated number that is used only once in a communication protocol. They are often employed to ensure data freshness and to prevent replay attacks where an attacker might attempt to replay a previous communication or transaction, leading to potential data breaches or fraudulent transactions.
Non-disclosure
Non-disclosure: An agreement that legally binds parties to secrecy, ensuring that sensitive information is not disclosed to unauthorized individuals. Non-disclosure agreements (NDAs) safeguard proprietary information, trade secrets, and other confidential data, critical in business negotiations and partnerships.
Magnetic card reader
Magnetic card reader: A device that reads the information stored on a magnetic strip or magnetic stripe card. It is used in various industries, such as financial services and transportation, to authenticate users and access information. Examples include ATM card readers and credit card swipe machines.
Lockout
Lockout: A security measure that prevents a user from accessing a system or network after a certain number of failed login attempts. It is used to prevent unauthorized access and to protect against brute-force attacks. Examples include lockout policies on password-protected accounts and network access points.
Logical Access Control
Logical Access Control: The mechanisms used to manage access rights to resources on a computer system or network, often based on user identity or role. These mechanisms determine who or what can view or use resources in a computing environment. Examples of logical access control methods include user authentication processes, access control lists (ACLs), and […]