From 3d144746cb236ba7816e6acacf3b13e4345cd70b Mon Sep 17 00:00:00 2001 From: Laura Beatris <48022589+LauraBeatris@users.noreply.github.com> Date: Mon, 11 Nov 2024 18:39:42 -0300 Subject: [PATCH] Introduce skeleton for pages --- docs/authentication/easie/google.mdx | 31 +++++++++++++++++++++++++ docs/authentication/easie/microsoft.mdx | 31 +++++++++++++++++++++++++ docs/authentication/easie/overview.mdx | 3 +++ docs/manifest.json | 19 +++++++++++++++ 4 files changed, 84 insertions(+) create mode 100644 docs/authentication/easie/google.mdx create mode 100644 docs/authentication/easie/microsoft.mdx create mode 100644 docs/authentication/easie/overview.mdx diff --git a/docs/authentication/easie/google.mdx b/docs/authentication/easie/google.mdx new file mode 100644 index 0000000000..8d2e6af89b --- /dev/null +++ b/docs/authentication/easie/google.mdx @@ -0,0 +1,31 @@ +--- +title: Add Google as a EASIE connection +description: Learn how to integrate Google with Clerk using EASIE SSO. +--- + + + - Use Google OAuth to enable single sign-on (SSO) via [EASIE](https://easie.clerk.dev) for your Clerk application. + diff --git a/docs/authentication/easie/microsoft.mdx b/docs/authentication/easie/microsoft.mdx new file mode 100644 index 0000000000..d61871d9c1 --- /dev/null +++ b/docs/authentication/easie/microsoft.mdx @@ -0,0 +1,31 @@ +--- +title: Add Microsoft as a EASIE connection +description: Learn how to integrate Microsoft with Clerk using EASIE SSO. +--- + + + - Use Microsoft Azure Entra ID to enable single sign-on (SSO) via [EASIE](https://easie.clerk.dev) for your Clerk application. + diff --git a/docs/authentication/easie/overview.mdx b/docs/authentication/easie/overview.mdx new file mode 100644 index 0000000000..7143abe333 --- /dev/null +++ b/docs/authentication/easie/overview.mdx @@ -0,0 +1,3 @@ +--- +title: Enterprise SSO via EASIE +--- diff --git a/docs/manifest.json b/docs/manifest.json index 4ab96626aa..c99458c357 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -489,6 +489,25 @@ ] ] }, + { + "title": "EASIE", + "items": [ + [ + { + "title": "Overview", + "href": "/docs/authentication/easie/overview" + }, + { + "title": "Microsoft", + "href": "/docs/authentication/easie/microsoft" + }, + { + "title": "Google", + "href": "/docs/authentication/easie/google" + } + ] + ] + }, { "title": "SAML", "items": [