Skip to content

Commit 2f69e4a

Browse files
authored
Merge pull request #494 from mostafamoqbelibrahim/secure-multi-tenant-auth
Secure Multi-Tenant Authentication: SaaS RBAC with SuperTokens
2 parents 3353f48 + 7b5a4dc commit 2f69e4a

8 files changed

Lines changed: 195 additions & 0 deletions

File tree

1.01 MB
Loading
3.12 MB
Loading
184 KB
Loading

content/secure-multi-tenant-auth/index.md

Lines changed: 169 additions & 0 deletions
Large diffs are not rendered by default.

static/blog-seo/config.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4819,6 +4819,29 @@
48194819
"schema": "<script type=\"application/ld+json\"> {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"mainEntityOfPage\": {\n \"@type\": \"WebPage\",\n \"@id\": \"https://supertokens.com/blog/clerk-pricing-the-complete-guide\"\n },\n \"headline\": \"Deep dive into Clerk’s free & paid tiers, real cost examples, hidden fees, and comparison with Auth0/Okta for pricing clarity.\",\n \"image\": \"https://supertokens.com/blog-meta-images/clerk-pricing-the-complete-guide.png\",\n \"author\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"url\": \"https://supertokens.com\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://supertokens.com/static/assets/dark-home/logo.png\"\n }\n }\n }</script>"
48204820
},
48214821
{
4822+
"path": "/blog/secure-multi-tenant-auth",
4823+
"metaTags": [
4824+
"<meta name=\"description\" content=\"For B2B SaaS and platform builders shipping tenant-aware authentication, SSO, and least-privilege access with open-source ergonomics and enterprise guarantees.\" />",
4825+
"",
4826+
"<meta name=\"keywords\" content=\"Authentication, Open Source, Authorization, User Management, OAuth, Enterprise SSO, Security\" />",
4827+
"<!--OG Tags-->",
4828+
"<meta property=\"og:title\" content=\"Secure Multi-Tenant Authentication: SaaS RBAC with SuperTokens\" />",
4829+
"<meta property=\"og:type\" content=\"article\" />",
4830+
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/secure-multi-tenant-auth\" />",
4831+
"<meta property=\"og:description\" content=\"For B2B SaaS and platform builders shipping tenant-aware authentication, SSO, and least-privilege access with open-source ergonomics and enterprise guarantees.\"/>",
4832+
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/secure-multi-tenant-auth.png\" />",
4833+
"",
4834+
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
4835+
"<meta name=\"twitter:title\" content=\"For B2B SaaS and platform builders shipping tenant-aware authentication, SSO, and least-privilege access with open-source ergonomics and enterprise guarantees.\" />",
4836+
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/secure-multi-tenant-auth\" />",
4837+
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/secure-multi-tenant-auth.png\" /> ",
4838+
"<!--OG Tags-->",
4839+
"<link rel=\"canonical\" href=\"https://supertokens.com/blog/secure-multi-tenant-auth\">"
4840+
],
4841+
"title": "Secure Multi-Tenant Authentication: SaaS RBAC with SuperTokens",
4842+
"schema": "<script type=\"application/ld+json\"> {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"mainEntityOfPage\": {\n \"@type\": \"WebPage\",\n \"@id\": \"https://supertokens.com/blog/secure-multi-tenant-auth\"\n },\n \"headline\": \"For B2B SaaS and platform builders shipping tenant-aware authentication, SSO, and least-privilege access with open-source ergonomics and enterprise guarantees.\",\n \"image\": \"https://supertokens.com/blog-meta-images/secure-multi-tenant-auth.png\",\n \"author\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"url\": \"https://supertokens.com\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://supertokens.com/static/assets/dark-home/logo.png\"\n }\n }\n }</script>"
4843+
},
4844+
{
48224845
"path": "/blog/auth-for-ai-agents",
48234846
"metaTags": [
48244847
"<meta name=\"description\" content=\"Secure AI agents with scoped tokens, DPoP, tool-level policies, and human approvals.\" />",

static/blog-seo/sitemapconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,9 @@
522522
"location": "https://supertokens.com/blog/clerk-pricing-the-complete-guide"
523523
},
524524
{
525+
"location": "https://supertokens.com/blog/secure-multi-tenant-auth"
526+
},
527+
{
525528
"location": "https://supertokens.com/blog/auth-for-ai-agents"
526529
},
527530
{
16.7 KB
Loading
1.27 MB
Loading

0 commit comments

Comments
 (0)