Skip to content

Commit fde969d

Browse files
author
Michał Gryczka
authored
Merge pull request #80 from DefGuard/fortigate
quic forti mfa -> 2fa fix, secure architecture
2 parents e6ea22a + d2b3df4 commit fde969d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/pages/defguard-vs-fortinet.astro

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ const tags = [
1414
"defguard",
1515
"fortinet",
1616
"fortigate",
17+
"fortinet 2fa"
18+
"fortinet MFA"
19+
"fortinet VPN MFA"
1720
"forticlient",
1821
"wireguard",
1922
"vpn",
@@ -69,7 +72,12 @@ const tags = [
6972
<tr>
7073
<td>MFA Enforcement</td>
7174
<td>WireGuard VPN Protocol-level MFA - Every connection authenticated</td>
72-
<td>MFA enabled throgh FortiToken and FortiAuthenticator</td>
75+
<td>No - 2FA enabled throgh FortiToken and FortiAuthenticator<td>
76+
</tr>
77+
<tr>
78+
<td>Inspectability & Verifiability</td>
79+
<td>Full - open code and open source project evailable on GitHub</td>
80+
<td>None - Proprietary closed-source solution</td>
7381
</tr>
7482
<tr>
7583
<td>VPN Protocol</td>
@@ -94,7 +102,7 @@ const tags = [
94102

95103
<tr>
96104
<td>Identity Management</td>
97-
<td>Built-in OIDC IdP - Seamless SSO and directory sync</td>
105+
<td>Built-in OIDC IdP and external IdP integration (Microsoft, Google etc.)</td>
98106
<td>Part of broader suite - External IdPs, proprietary ecosystem</td>
99107
</tr>
100108
<tr>
@@ -158,7 +166,7 @@ const tags = [
158166
<div class="zoom-hint">Click to zoom</div>
159167
</div>
160168
<p class="diagram-caption">
161-
Defguard's secure microservice architecture: Internal Core (protected) and external stateless Proxy (public-facing)
169+
Defguard's secure microservice architecture: Internal Core (eg. deployed in intranet and not) and external stateless Proxy (public-facing)
162170
ensure sensitive data never leaves your internal network while providing secure remote access.
163171
</p>
164172
</div>

0 commit comments

Comments
 (0)