Skip to content

Commit 082f25f

Browse files
committed
Add a note about external authentication
Closes coder#1369.
1 parent 595ce6f commit 082f25f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/FAQ.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ randomly generated password so you can use that. You can set the `PASSWORD` envi
5252
to use your own instead. If you want to handle authentication yourself, use `--auth none`
5353
to disable password authentication.
5454

55+
If you want to use external authentication you should handle this with a reverse
56+
proxy using something like [oauth2_proxy](https://github.com/pusher/oauth2_proxy).
57+
5558
For HTTPS, you can use a self signed certificate by passing in just `--cert` or pass in an existing
5659
certificate by providing the path to `--cert` and the path to its key with `--cert-key`.
5760

0 commit comments

Comments
 (0)