Skip to content

Endpoint Authentication

You can require authentication on an endpoint to limit who can call it. Configure one or more methods in the endpoint editor under Authentication.

If multiple methods are configured, all of them must pass before the endpoint runs (external callers). Calls authenticated via the AireGlu management API may satisfy authentication separately when invoking endpoints from the editor.

Available methods

MethodSummary
API KeyShared secret passed in the X-Api-Key header
Internal OnlyRestricted to localhost or internal network calls
Basic AuthUsername and password in the Authorization header
IP Address / RangeRestrict callers to defined IP addresses or CIDR blocks
Client CredentialsServer to server Bearer tokens validated against AireIdentity
Open ID Connect Bearer TokenUser access Bearer tokens validated against a configured identity provider