Security Actions

OpenResty Edge provides a series of security-related actions, such as Basic Authentication, OAuth2 JWT Authentication, Client Certificate.

OpenResty Edge provides a series of security-related actions, such as Basic Authentication, OAuth2 JWT Authentication, Client Certificate Verification, hCaptcha, etc.


Basic Auth

Basic Auth is an authentication method implemented over the HTTP protocol that requires a user to request a resource from a server with username and.

Enable OpenIDC Authentication

OpenResty Edge supports the OpenID Connect (OpenIDC, OIDC) protocol, which enables user authentication by obtaining user information from Identity.

OAuth2 JWT Authentication

OAuth2 JWT authentication is an efficient implementation of the OAuth 2.0 authentication scheme.

OAuth2 Introspection Authentication

OAuth2 Introspection authentication is used to verify the validity of an access token (such as a JWT). It allows the resource server to ask the.

Cross-Site Request Forgery Protection

Cross-site request forgery (CSRF) is a web security vulnerability that allows attackers to trick users into performing actions they do not intend to.

Custom Challenge

To facilitate users in implementing challenge mechanisms that meet their specific business requirements, OpenResty Edge introduced the Custom.

SSL JA4 Fingerprint

JA4 is a next-generation TLS client fingerprinting method and the successor to JA3. Compared to JA3, JA4 offers better readability, extensibility.