Skip to content

Commit 2440e8f

Browse files
authored
Merge branch 'main' into canary
2 parents ca2708a + b3c2e1e commit 2440e8f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • apps/dokploy/pages/dashboard/settings

apps/dokploy/pages/dashboard/settings/sso.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@ const Page = ({ isCloud }: Props) => {
5454
</EnterpriseFeatureGate>
5555
</div>
5656
</Card>
57+
<Card className="h-full bg-sidebar p-2.5 rounded-xl mx-auto w-full">
58+
<div className="rounded-xl bg-background shadow-md">
59+
<EnterpriseFeatureGate
60+
lockedProps={{
61+
title: "Application Authentication",
62+
description:
63+
"Protect deployed applications behind an OIDC SSO gate (oauth2-proxy). Part of Dokploy Enterprise.",
64+
ctaLabel: "Go to License",
65+
}}
66+
>
67+
<ForwardAuthServers />
68+
</EnterpriseFeatureGate>
69+
</div>
70+
</Card>
5771
{!isCloud && (
5872
<Card className="h-full bg-sidebar p-2.5 rounded-xl mx-auto w-full">
5973
<div className="rounded-xl bg-background shadow-md">

0 commit comments

Comments
 (0)