Skip to content

Commit

Permalink
Merge pull request #325 from supertokens/sso-best-practices
Browse files Browse the repository at this point in the history
Sso best practices
  • Loading branch information
jscyo authored Dec 24, 2024
2 parents 741b794 + 92a15a4 commit b6660da
Show file tree
Hide file tree
Showing 10 changed files with 243 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
217 changes: 217 additions & 0 deletions content/9-sso-best-practices-to-strengthen-security-in-2024/index.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1980,5 +1980,28 @@
],
"title": "A Comprehensive Guide to SSO Implementation 2024",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/sso-implementation\"},\"headline\":\"A Comprehensive Guide to SSO Implementation 2024\",\"description\":\"This blog explores the benefits and functionalities of Single Sign-On (SSO), highlighting how it simplifies user authentication, enhances security, and integrates with modern identity management systems. It also covers how open standards like OAuth 2.0 and OIDC enable seamless access to applications, including the use of social logins from services like Google, Facebook, and Twitter.\",\"image\":\"https://supertokens.com/blog-meta-images/sso-implementation.png\",\"author\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"url\":\"https://supertokens.com\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://supertokens.com/static/assets/dark-home/logo.png\"}}}</script>"
}, {
"path": "/blog/9-sso-best-practices-to-strengthen-security-in-2024",
"metaTags": [
"<meta name=\"description\" content=\"Discover the top 9 SSO best practices for 2024 to enhance your security. Learn how to protect your data and streamline user access effectively.\" />",
"",
"<meta name=\"keywords\" content=\"Authentication, Open Source, SAML, User Management, OAuth, Enterprise SSO, Security\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"9 SSO Best Practices to Strengthen Security in 2024\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/9-sso-best-practices-to-strengthen-security-in-2024\" />",
"<meta property=\"og:description\" content=\"Discover the top 9 SSO best practices for 2024 to enhance your security. Learn how to protect your data and streamline user access effectively.\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/9-sso-best-practices-to-strengthen-security-in-2024.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"9 SSO Best Practices to Strengthen Security in 2024\" />",
"<meta name=\"twitter:description\" content=\"Discover the top 9 SSO best practices for 2024 to enhance your security. Learn how to protect your data and streamline user access effectively.\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/9-sso-best-practices-to-strengthen-security-in-2024\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/9-sso-best-practices-to-strengthen-security-in-2024.png\" /> ",
"<!--OG Tags-->",
"<link rel=\"canonical\" href=\"https://supertokens.com/blog/9-sso-best-practices-to-strengthen-security-in-2024\">"
],
"title": "9 SSO Best Practices to Strengthen Security in 2024",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/9-sso-best-practices-to-strengthen-security-in-2024\"},\"headline\":\"9 SSO Best Practices to Strengthen Security in 2024\",\"description\":\"Discover the top 9 SSO best practices for 2024 to enhance your security. Learn how to protect your data and streamline user access effectively.\",\"image\":\"https://supertokens.com/blog-meta-images/9-sso-best-practices-to-strengthen-security-in-2024.png\",\"author\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"url\":\"https://supertokens.com\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://supertokens.com/static/assets/dark-home/logo.png\"}}}</script>"
}
]
3 changes: 3 additions & 0 deletions static/blog-seo/sitemapconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,8 @@
},
{
"location": "https://supertokens.com/blog/sso-implementation"
},
{
"location": "https://supertokens.com/blog/9-sso-best-practices-to-strengthen-security-in-2024"
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b6660da

Please sign in to comment.