diff --git a/public/docs-static/img/how-to-guides/single-sign-on/auth0-idp/application-configure.png b/public/docs-static/img/how-to-guides/single-sign-on/auth0-idp/application-configure.png
new file mode 100644
index 00000000..5f6fbd65
Binary files /dev/null and b/public/docs-static/img/how-to-guides/single-sign-on/auth0-idp/application-configure.png differ
diff --git a/public/docs-static/img/how-to-guides/single-sign-on/auth0-idp/application-create.png b/public/docs-static/img/how-to-guides/single-sign-on/auth0-idp/application-create.png
new file mode 100644
index 00000000..c7694cdb
Binary files /dev/null and b/public/docs-static/img/how-to-guides/single-sign-on/auth0-idp/application-create.png differ
diff --git a/public/docs-static/img/how-to-guides/single-sign-on/auth0-idp/application-domain.png b/public/docs-static/img/how-to-guides/single-sign-on/auth0-idp/application-domain.png
new file mode 100644
index 00000000..5b650e6d
Binary files /dev/null and b/public/docs-static/img/how-to-guides/single-sign-on/auth0-idp/application-domain.png differ
diff --git a/src/pages/how-to/single-sign-on.mdx b/src/pages/how-to/single-sign-on.mdx
index 968486fb..b89529fd 100644
--- a/src/pages/how-to/single-sign-on.mdx
+++ b/src/pages/how-to/single-sign-on.mdx
@@ -202,3 +202,44 @@ We recommend using a secure channel to share the Client’s secret. You can send
- https://onetimesecret.com/en/
- https://password.link/en
+
+### Auth0
+
+1. Access the [Auth0 console](https://manage.auth0.com/) and navigate to Applications > Applications
+
+2. Click **+ Create Application**
+
+3. Enter **NetBird** as the name, select **Single Page Web Applications** as the application type and click **Create**
+
+
+
+
+
+
+
+