2025-01-01 00:00:00 +00:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "UTF-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2026-03-20 22:17:33 +10:30
<!-- Primary Meta Tags -->
2026-04-26 16:47:48 +09:30
< title > %VITE_APP_NAME% — Enterprise Identity & Access Management< / title >
< meta name = "title" content = "%VITE_APP_NAME% — Enterprise Identity & Access Management" / >
< meta name = "description" content = "%VITE_APP_NAME% unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO with Microsoft 365, Google Workspace, and GitHub without complex federation. Eliminate SSH key chaos with short-lived certificates tied to verified identities." / >
2026-03-20 22:17:33 +10:30
< meta name = "keywords" content = "identity management, access management, SSO, single sign-on, SSH certificates, MFA, multi-factor authentication, OIDC, enterprise security, Microsoft 365, Google Workspace, GitHub authentication" / >
2026-04-26 16:47:48 +09:30
< meta name = "author" content = "%VITE_APP_NAME%" / >
2026-03-20 22:17:33 +10:30
< meta name = "robots" content = "index, follow" / >
2026-03-04 19:03:18 +05:45
<!-- Favicon -->
2026-04-26 16:47:48 +09:30
< link rel = "icon" type = "image/svg+xml" href = "%VITE_FAVICON%" / >
< link rel = "apple-touch-icon" href = "%VITE_FAVICON%" / >
2026-03-20 22:17:33 +10:30
<!-- Open Graph / Facebook -->
2025-01-01 00:00:00 +00:00
< meta property = "og:type" content = "website" / >
2026-03-20 22:17:33 +10:30
< meta property = "og:url" content = "https://securd.com/" / >
2026-04-26 16:47:48 +09:30
< meta property = "og:title" content = "%VITE_APP_NAME% — Enterprise Identity & Access Management" / >
< meta property = "og:description" content = "%VITE_APP_NAME% unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." / >
2026-03-20 22:17:33 +10:30
< meta property = "og:image" content = "/og-image.png" / >
2026-04-26 16:47:48 +09:30
< meta property = "og:site_name" content = "%VITE_APP_NAME%" / >
2026-03-20 22:17:33 +10:30
< meta property = "og:locale" content = "en_US" / >
<!-- Twitter -->
2025-01-01 00:00:00 +00:00
< meta name = "twitter:card" content = "summary_large_image" / >
2026-03-20 22:17:33 +10:30
< meta name = "twitter:url" content = "https://securd.com/" / >
2026-04-26 16:47:48 +09:30
< meta name = "twitter:title" content = "%VITE_APP_NAME% — Enterprise Identity & Access Management" / >
< meta name = "twitter:description" content = "%VITE_APP_NAME% unifies social logins, MFA, and SSH certificate management in one platform. Enable enterprise SSO without complex federation. Eliminate SSH key chaos with short-lived certificates." / >
2026-03-20 22:17:33 +10:30
< meta name = "twitter:image" content = "/og-image.png" / >
< meta name = "twitter:site" content = "@securd" / >
2026-03-04 19:03:18 +05:45
<!-- Theme color -->
2026-04-26 16:47:48 +09:30
< meta name = "theme-color" content = "%VITE_THEME_COLOR%" / >
< meta name = "msapplication-TileColor" content = "%VITE_THEME_COLOR%" / >
2026-03-20 22:17:33 +10:30
<!-- Canonical URL -->
< link rel = "canonical" href = "https://securd.com/" / >
<!-- Structured Data -->
< script type = "application/ld+json" >
{
"@context" : "https://schema.org" ,
"@type" : "SoftwareApplication" ,
2026-04-26 16:47:48 +09:30
"name" : "%VITE_APP_NAME%" ,
2026-03-20 22:17:33 +10:30
"applicationCategory" : "SecurityApplication" ,
"operatingSystem" : "Web" ,
"description" : "Enterprise identity and access management platform providing secure authentication, organization-level security policy, SSH certificate management, and OIDC-based Single Sign-On." ,
"offers" : {
"@type" : "Offer" ,
"price" : "29" ,
"priceCurrency" : "USD" ,
"priceValidUntil" : "2025-12-31"
} ,
"aggregateRating" : {
"@type" : "AggregateRating" ,
"ratingValue" : "4.8" ,
"ratingCount" : "150"
} ,
"featureList" : [
"Single Sign-On (SSO)" ,
"Multi-Factor Authentication (MFA)" ,
"SSH Certificate Authority" ,
"OIDC Provider" ,
"Organization Management" ,
"Audit Logging"
]
}
< / script >
< script type = "application/ld+json" >
{
"@context" : "https://schema.org" ,
"@type" : "Organization" ,
2026-04-26 16:47:48 +09:30
"name" : "%VITE_APP_NAME%" ,
2026-03-20 22:17:33 +10:30
"url" : "https://securd.com" ,
"logo" : "https://securd.com/gatehouse-logo.svg" ,
"sameAs" : [
"https://twitter.com/securd" ,
"https://github.com/securd"
] ,
"contactPoint" : {
"@type" : "ContactPoint" ,
"contactType" : "sales" ,
"email" : "sales@securd.com"
}
}
< / script >
2025-01-01 00:00:00 +00:00
< / head >
< body >
< div id = "root" > < / div >
< script type = "module" src = "/src/main.tsx" > < / script >
< / body >
2026-03-20 22:17:33 +10:30
< / html >