-
Notifications
You must be signed in to change notification settings - Fork 2
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
4 changed files
with
14 additions
and
21 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
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 |
---|---|---|
@@ -1,18 +1,15 @@ | ||
--- | ||
title: Secure Remote Enrollment & Onboarding | ||
order: 3 | ||
order: 2 | ||
--- | ||
|
||
[Secure user remote enrollment](https://docs.defguard.net/help/remote-user-enrollment) is a process, during which the user can: double-check their data, setup their password, configure a device to access VPN and secured systems, and if in trouble get admin contact detauls. | ||
|
||
The only solution that provides a [secure and remote user enrollment](https://docs.defguard.net/help/remote-user-enrollment) - a process, during which the user can: | ||
double-check their data that admin provided during account setup, setup their password, **automatically configure the desktop client with all VPNs/locations**, and if in trouble get admin contact details. | ||
<br /> | ||
After enrollment the user can be | ||
[onboarded](https://docs.defguard.net/help/remote-user-enrollment/user-onboarding-after-enrollment) | ||
with relevant company information, links to company systems, security guidelines, etc. In | ||
the enrollment module, you can write custom messages using markdown that will be shown on | ||
the last step of the enrollment process and sent to the user via email. | ||
<br /> | ||
Enrollment is supported as a website, or **can be done with [defguard client](/client) ** | ||
which makes it a lot simpler and more secure. Also, during this process the client | ||
configures all VPN locations automatically - all is done with just entering a secure | ||
token, that can be emailed to the user automatically! | ||
Enrollment is supported as a website, or **can be done with [defguard client](/client)** | ||
which makes it a lot simpler and more secure. |
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 |
---|---|---|
@@ -1,17 +1,10 @@ | ||
--- | ||
title: SSO & Identity Provider | ||
order: 1 | ||
order: 3 | ||
--- | ||
|
||
The power of every organization is its users - secure your users data with your own SSO and stop relying on cloud/3rd party providers. | ||
As a core principle, defguard is based and built on open standards: | ||
|
||
- [OpenID Connect](https://openid.net/connect/) based Identity Provider | ||
- [OpenLDAP](https://www.openldap.org/) synchronization - currently supporting users and groups synchronization | ||
- [PostgreSQL](https://www.postgresql.org/) as core data backend | ||
|
||
Defguard SSO supports Multi-Factor Authentication to secure your apps and VPNs: | ||
|
||
As a core principle, defguard is based and built on open standards with [OpenID Connect](https://openid.net/connect/) based Identity Provider with Multi-Factor Authentication to secure your apps and VPNs: | ||
- **Time-based One-Time Password** Algorithm (TOTP - e.g. Google Authenticator) | ||
- **Email** tokens | ||
- **WebAuthn / FIDO2** - for hardware key authentication support and **Passkeys** | ||
|
||
Already using **Google/Microsoft or other OpenID Provider?**, defguard supports [external OpenID provider login & registration](https://docs.defguard.net/enterprise/external-openid-providers). |
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