Skip to main content
Version: v7

User Group

You can create User Group and add users.


Overview

User Group is a feature that is used for authenticating the APIs. A ‘Group of Users’ are Validated or Identified using specific Authorization like

Basic Auth: Here the client passes their username and password in the HTTP request header for authentication.

Key Auth: API keys can be used to authenticate Web APIs. API keys work up to 10x faster than using username/password.

JWT Token: The client is authenticated and their identity confirmed through a request to the authentication server. Once the authentication server confirms the identity of the client, an access token (JWT) is generated. The client uses that token to access the protected resources published through API.

HMAC: HMAC (hash-based message authentication code) is used to verify that a request is coming from an expected source and the request has not tampered during transit.

LDAP: LDAP authentication involves verifying provided usernames and passwords by connecting with a directory service that uses the LDAP protocol.

How to Use:

  1. Go to WAF > Zones > User Group

  2. Configure your settings.

  3. Click Save.

SETTINGSACCEPTED VALUESDEFAULT
Group NameStringBlank
Authentication TypeDropdownBasic Auth

Description

Settings

Users can configure a user group setting to hide credentials.

SETTINGSACCEPTED VALUESDEFAULT
Hide CredentialsBooleanFalse

Users

You can add users to a user group.

SETTINGSACCEPTED VALUESDEFAULT
User EnabledBooleanTrue
NameStringBlank
User NameStringBlank
PasswordStringBlank