File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments