We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca2708a + b3c2e1e commit 2440e8fCopy full SHA for 2440e8f
1 file changed
apps/dokploy/pages/dashboard/settings/sso.tsx
@@ -54,6 +54,20 @@ const Page = ({ isCloud }: Props) => {
54
</EnterpriseFeatureGate>
55
</div>
56
</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>
71
{!isCloud && (
72
<Card className="h-full bg-sidebar p-2.5 rounded-xl mx-auto w-full">
73
<div className="rounded-xl bg-background shadow-md">
0 commit comments