Skip to content

Commit

Permalink
Update docs to remove out of date information
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Jul 27, 2023
1 parent 6193dfc commit ce94f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The web interface itself cannot add administrative users.
`Authenticators.Issuer`: TOTP issuer, the name that will get added to the TOTP app
`Authenticators.DomainURL`: Full url of the vpn authentication endpoint, required for `webauthn` and `oidc`
`Authenticators.DefaultMethod`: String, default method the user will be presented, if not specified a list of methods is displayed to the user (possible values: `webauth`, `totp`, `oidc`, `pam`)
`Authenticators.Methods`: String array, enabled authentication methods, e.g `["totp","webauthn","oidc", "pam"]`. Side note the name of PAM-Auth file is `/etc/pam.d/wagvpn`
`Authenticators.Methods`: String array, enabled authentication methods, e.g `["totp","webauthn","oidc", "pam"]`.

`Authenticators.OIDC`: Object that contains `OIDC` specific configuration options
`Authenticators.OIDC.IssuerURL`: Identity provider endpoint, e.g `http://localhost:8080/realms/account`
Expand Down

0 comments on commit ce94f90

Please sign in to comment.