Skip to content

Commit 38b0d4a

Browse files
oidc links
1 parent 9472c5a commit 38b0d4a

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

src/pages/_home/components/FlexibleIdentity/FlexibleIdentitySection.astro

+17-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,23 @@ import Image from "astro/components/Image.astro";
2424
<div class="content pre-styled">
2525
<ul>
2626
<li>
27-
Enroll, access and manage your VPN with your current identity provider:
28-
Google(link do docs), Microsoft(link do docs), Okta, JumpCloud, Zitadel, Custom
29-
OIDC
27+
Enroll, access and manage your VPN with your current identity provider: <a
28+
href="https://docs.defguard.net/enterprise/all-enteprise-features/external-openid-providers/google"
29+
rel="noreferrer noopener"
30+
target="_blank">Google</a
31+
>, <a
32+
href="https://docs.defguard.net/enterprise/all-enteprise-features/external-openid-providers/microsoft"
33+
target="_blank"
34+
rel="noreferrer noopener">Microsoft</a
35+
>, Okta, <a
36+
href="https://docs.defguard.net/enterprise/all-enteprise-features/external-openid-providers/jumpcloud"
37+
target="_blank"
38+
rel="noreferrer noopener">JumpCloud</a
39+
>, <a
40+
href="https://docs.defguard.net/enterprise/all-enteprise-features/external-openid-providers/zitadel"
41+
target="_blank"
42+
rel="noreferrer noopener">Zitadel</a
43+
>, Custom OIDC
3044
</li>
3145
<li>
3246
Want more cloud independence? Defguard has a built in Identity and SSO based on

0 commit comments

Comments
 (0)