Appearance
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
| Method | Summary |
|---|---|
| API Key | Shared secret passed in the X-Api-Key header |
| Internal Only | Restricted to localhost or internal network calls |
| Basic Auth | Username and password in the Authorization header |
| IP Address / Range | Restrict callers to defined IP addresses or CIDR blocks |
| Client Credentials | Server to server Bearer tokens validated against AireIdentity |
| Open ID Connect Bearer Token | User access Bearer tokens validated against a configured identity provider |