Authenticating users through a specific Organization

Problem statement: How do I authenticate users through a specific organization?

Solution: You can accomplish this by specifying an organization parameter in the authorize request of your authentication flow - It’s important to note that the parameter must be the org_id of the organization as opposed to the name. The configuration of this will depend on whether you are simply constructing the authorize request yourself, or using an Auth0 SDK.

Reference Materials :books: :