Building a Secure and Scalable B2B SaaS App in React

Поділитися
Вставка
  • Опубліковано 12 чер 2024
  • Developers on a tight schedule need to quickly implement a secure solution. You may need to build a product with scalable infrastructure that can be iterated on weeks/months/years down the line. And you need to adhere to ever-changing industry standards and regulations.
    In this video, developer advocate Shreya Gupta walks through how how to authenticate and manage your business users in a multi-tenant app with Auth0 Organizations.
    #coding #programming #developer #saas
    📘*Corresponding Blog Post:*
    auth0.com/blog/build-a-secure...
    🛠️ SDK Resources:
    React SDK: github.com/auth0/auth0-react
    React SDK Quickstart Guide: auth0.com/docs/quickstart/spa...
    📄 Supporting Documentation:
    Multi-Tenant Applications Best Practices: auth0.com/docs/get-started/au...
    Define Organization Behavior: auth0.com/docs/manage-users/o...
    Create Organizations: auth0.com/docs/manage-users/o...
    Enable Organization Connections: auth0.com/docs/manage-users/o...
    Enable Multi-Factor Authentication (MFA): auth0.com/docs/secure/multi-f...
    Role-Based Access Control (RBAC): auth0.com/docs/manage-users/a...
    Invite Organization Members: auth0.com/docs/manage-users/o...
    Add Roles to Organization Members: auth0.com/docs/manage-users/o...
    🚀 Auth0 Startup Program:
    auth0.com/startups
    ⏩ Chapter Markers:
    00:00 Introduction
    00:43 The Process
    02:02 Get Started
    02:41 Get Technical
    04:14 Additional Features to Consider and Conclusions
    If you enjoy this content and want to learn more about identity, security, and access management, subscribe to our channel!
    Have a topic you'd like to see covered? Let us know if the comments below 👀
    ✉️ Sign up for our developer newsletter! a0.to/zeroindex
    ___________________________________________
    🔵Learn with Auth0 by Okta Try for free - a0.to/auth0
    🔵The Auth0 by Okta blog - a0.to/blog
    🔵Ask questions on the Community Forum - a0.to/community ___________________________________________
    Follow Us on Social
    🔵Twitter - a0.to/twitter
    🔵LinkedIn - a0.to/linkedin
  • Наука та технологія

КОМЕНТАРІ • 4

  • @yansongguo8354
    @yansongguo8354 2 місяці тому

    Hi thanks for the amazing tutorial
    One question I do not find the org_id property on my user object. Why?

  • @sachitm
    @sachitm 2 місяці тому

    Amazing demo Shreya, is there an org portal for organisation admins that can be integrated seamlessly with our application ? For example, without having to give them access to the auth0 account ? Or is that something that needs to be built ourself using the auth0 management API ?

    • @OktaDev
      @OktaDev  2 місяці тому +1

      Thanks for watching! You can build an Organization management portal for your users either with the Management API or with an extension. Here's more info: auth0.com/docs/get-started/architecture-scenarios/business-to-business/profile-management#admin-portal

    • @sachitm
      @sachitm 2 місяці тому

      @@OktaDev Thank you :)