diff --git a/account/authentication.mdx b/account/authentication.mdx new file mode 100644 index 00000000..2adc6d3c --- /dev/null +++ b/account/authentication.mdx @@ -0,0 +1,44 @@ +--- +title: "Authentication" +description: "Novu supports advanced user authentication capabilities like OAuth, SSO, MFA and more, providing enterprise customers with a robust, secure, and user-friendly authentication solution." +--- + + +This feature is only available to Enterprise customers on our [Cloud platform](https://dashboard.novu.co/?utm_campaign=docs_account_authentication). For more information, please see our [Enterprise plan](https://novu.co/pricing) in the pricing page. + + +## Key capabilities + +### Out-of-the-box OAuth providers + +Currently providing authentication via Github, with the plan to expand to a number of other providers such as: +- Google +- Facebook +- Apple +- Microsoft +- LinkedIn + +### SSO, SAML and OpenID connect + +Novu provides a streamlined implementation of SAML and OpenID Connect protocols, allowing integration with a wide range of enterprise IdPs. Arrange setup of known providers like Okta, Microsoft Entra ID, Google workspace or a custom SSO provider. + +Novu adheres to industry-standard security protocols to ensure secure and reliable user authentication. + +### Advanced security features + +- **Multi-Factor Authentication (MFA):** Robust MFA options including SMS passcodes, authenticator apps, hardware keys, and recovery codes, enhancing security and reducing the risk of unauthorized access. + +- **Session Management:** Comprehensive session management features including active device monitoring, session revocation, and adaptive session durations to balance security and user convenience. + +### User management and customization + +- Roles and permissions: Detailed control over user roles and permissions to tailor access levels and ensure appropriate access control. +- User invitations and Onboarding: Smooth onboarding processes with customizable invitation workflows, ensuring a positive initial user experience. +- Profile management: Intuitive profile management for users to update their information and authentication methods easily. + +### Enterprise benefits + +- Scalability and flexibility: Solutions that grow with your enterprise, offering flexibility to adapt to evolving needs. +- Streamlined user management: Centralized user access control reduces administrative effort and complexity. +- Compliance and security: Meets stringent security standards, protecting sensitive data and ensuring regulatory compliance. +- Enhanced User experience: Simplified and secure authentication processes improve productivity and user satisfaction. diff --git a/mint.json b/mint.json index f82aef8a..9e5815e8 100644 --- a/mint.json +++ b/mint.json @@ -60,6 +60,10 @@ { "name": "Community", "url": "community" + }, + { + "name": "Enterprise", + "url": "enterprise" } ], "navigation": [ @@ -212,6 +216,7 @@ { "group": "Account", "pages": [ + "account/authentication", "account/sso" ] },