- The document proposes a new type of authentication called group authentication that authenticates all users in a group at once, rather than authenticating users individually.
- A group manager is responsible for registering users and issuing unique tokens to each user based on a secret polynomial. During authentication, users present their tokens to prove they belong to the same group without revealing their identities.
- Two group authentication protocols are proposed: a basic one-time protocol where tokens are revealed, and an improved protocol that protects tokens by having each user generate shares of a random polynomial for others and releasing the sum of their token and shares received. This allows for authentication without revealing tokens or the secret.