Skip to content

Commit

Permalink
FAQ update
Browse files Browse the repository at this point in the history
  • Loading branch information
teon committed Oct 28, 2024
1 parent c094c66 commit 5100528
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/content/faq/acls.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Does defguard support ACLs?
order: 4
---

Defguard currently supports a simple ACL based on user group assignment, which determines the VPN locations users can access.
More granular ACLs (e.g., firewall rules) are coming to refguard 1.1, which is currently in development.
10 changes: 10 additions & 0 deletions src/content/faq/google.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Does defguard support Google login?
order: 5
---

Defguard supports <a href="https://docs.defguard.net/enterprise/external-openid-providers#google" target="_blank">Google Workspace</a> login and automatic account creation upon login.

This functionality requires an <a href="/pricing">Enterprise License</a> and is a paid feature.

Please remember that defguard has also <a href="https://docs.defguard.net/admin-and-features/openid-connect" target="_blank">built in SSO based on OpenID Connect</a>, so you can migrate your apps to authorize with defguard instead of 3rd party service (and this is an Open Source feature)!
10 changes: 10 additions & 0 deletions src/content/faq/keycloak.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Does defguard support KeyCloak login?
order: 7
---

Defguard supports <a href="https://docs.defguard.net/enterprise/external-openid-providers#custom-openid-provider" target="_blank">KeyCloak</a> login and automatic account creation upon login.

This functionality requires an <a href="/pricing">Enterprise License</a> and is a paid feature.

Please remember that defguard has also <a href="https://docs.defguard.net/admin-and-features/openid-connect" target="_blank">built in SSO based on OpenID Connect</a>, so you can migrate your apps to authorize with defguard instead of 3rd party service (and this is an Open Source feature)!
10 changes: 10 additions & 0 deletions src/content/faq/microsoft.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Does defguard support Microsoft login?
order: 6
---

Defguard supports <a href="https://docs.defguard.net/enterprise/external-openid-providers#microsoft" target="_blank">Microsoft</a> login and automatic account creation upon login.

This functionality requires an <a href="/pricing">Enterprise License</a> and is a paid feature.

Please remember that defguard has also <a href="https://docs.defguard.net/admin-and-features/openid-connect" target="_blank">built in SSO based on OpenID Connect</a>, so you can migrate your apps to authorize with defguard instead of 3rd party service (and this is an Open Source feature)!
10 changes: 10 additions & 0 deletions src/content/faq/okta.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Does defguard support Okta?
order: 8
---

Defguard supports <a href="https://docs.defguard.net/enterprise/external-openid-providers#custom-openid-provider" target="_blank">Okta</a> login and automatic account creation upon login.

This functionality requires an <a href="/pricing">Enterprise License</a> and is a paid feature.

Please remember that defguard has also <a href="https://docs.defguard.net/admin-and-features/openid-connect" target="_blank">built in SSO based on OpenID Connect</a>, so you can migrate your apps to authorize with defguard instead of 3rd party service (and this is an Open Source feature)!

0 comments on commit 5100528

Please sign in to comment.