Skip to main content

Authentication Using a Webhook

Introduction

You can configure the RelyAuth to use webhook mode in order to authenticate incoming requests.

This requires specifying a URL - which RelyAuth calls with the original request headers - that then returns a body containing the session variables after authenticating the request.

Webhook mode setup