-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
71 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,6 @@ The following configuration options are available: | |
| auth_type | mail | plain | SMTP authentication type, allowed values: plain, login, crammd5. | | ||
| from | mail | Wireguard Portal <[email protected]> | The address that is used to send mails. | | ||
| link_only | mail | false | Only send links to WireGuard Portal instead of the full configuration. | | ||
| callback_url_prefix | auth | /api/v0 | OAuth callback URL prefix. The full callback URL will look like: https://wg.portal.local/callback_url_prefix/provider_name/callback | | ||
| oidc | auth | Empty Array - no providers configured | A list of OpenID Connect providers. See auth/oidc properties to setup a new provider. | | ||
| oauth | auth | Empty Array - no providers configured | A list of plain OAuth providers. See auth/oauth properties to setup a new provider. | | ||
| ldap | auth | Empty Array - no providers configured | A list of LDAP providers. See auth/ldap properties to setup a new provider. | | ||
|
@@ -108,12 +107,10 @@ The following configuration options are available: | |
| registration_enabled | auth/oidc | | If registration is enabled, new user accounts will created in WireGuard Portal. | | ||
| provider_name | auth/oauth | | A unique provider name. This name must be unique throughout all authentication providers (even other types). | | ||
| display_name | auth/oauth | | The display name is shown at the login page (the login button). | | ||
| base_url | auth/oauth | | The base_url is the URL identifier for the service. For example: "https://accounts.google.com". | | ||
| client_id | auth/oauth | | The OAuth client id. | | ||
| client_secret | auth/oauth | | The OAuth client secret. | | ||
| auth_url | auth/oauth | | The URL for the authentication endpoint. | | ||
| token_url | auth/oauth | | The URL for the token endpoint. | | ||
| redirect_url | auth/oauth | | The redirect URL. | | ||
| user_info_url | auth/oauth | | The URL for the user information endpoint. | | ||
| scopes | auth/oauth | | OAuth scopes. | | ||
| field_map | auth/oauth | | Mapping of user fields. Internal fields: user_identifier, email, firstname, lastname, phone, department and is_admin. | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters