Skip to content

Commit 6a6fd7c

Browse files
committed
chore: oidc config readme
1 parent daf120e commit 6a6fd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/server-related/oidc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ The README is based on official documentation from the ocserv project. The offic
3939

4040
## Build ocserv with OpenID Connect support
4141

42-
In order to use OIDC with ocserv, you will need to build ocserv with the `--enable-oidc` option. This option is not enabled by default.
42+
In order to use OIDC with ocserv, you will need to build ocserv with the `--enable-oidc-auth` option. This option is not enabled by default.
4343

4444
- clone the ocserv repository `git clone https://gitlab.com/openconnect/ocserv`
4545

4646
- generate the configure script `./autogen.sh`
4747

48-
- generate ocserv Makefile with OIDC support `./configure --enable-oidc`
48+
- generate ocserv Makefile with OIDC support `./configure --enable-oidc-auth`
4949

5050
- build ocserv `make`
5151

0 commit comments

Comments
 (0)