Add support for an API proxy
Compare changes
+ 6
− 0
@@ -2088,6 +2088,12 @@ using single sign-on, allowing access only to administrators (members
Add a second kind of authenticated proxy, that is more appropriate for non-interactive HTTP APIs, where SSO isn't practical. The proxy enforces admin authentication using application-specific passwords.
Enable it for a public_endpoint with the 'enable_api_proxy' option.