# Auth Proxy

You can configure ClickVisual to let HTTP reverse proxy handle authentication, which makes it easy to embed clickvisual into other systems. Below we detail the configuration options for Auth Proxy.

HTTP Proxy Config:

[auth.proxy]
# Defaults to false, but set to true to enable this feature
enabled = true
# HTTP Header name that will contain the username or email
headerName = "X-WEBAUTH-USER"
1
2
3
4
5

Use Curl to test Auth Proxy function:

curl -H "X-WEBAUTH-USER: admin"  http://localhost:19001/api/v1/users/info
1

Third party system use Auth Proxy to embed ClickVisual:

img.pngimage.png

上次更新: 2024-04-06 16:03:30