Skip to content

Authentication

Authentication for Manufactory

Tallyfy uses a centralized identity and access management system at account.tallyfy.com for all products. This system handles sign up, sign in, SSO, and account management functions like password recovery across all Tallyfy products.

If your account is a member of multiple organizations, you can easily switch between them. Click your name/profile picture in the top-right corner and select “Switch organization” to access other roles and organizations associated with your account.

Manufactory implements a secure, customized authentication system for each customer. This approach ensures maximum security while meeting your specific implementation requirements.

Security Approach

For security reasons, we do not publish our authentication methods publicly. This security-by-design approach:

  • Reduces potential attack vectors
  • Provides customer-specific security mechanisms
  • Ensures only authorized systems can connect to your data
  • Prevents unauthorized access to your manufacturing information

Setting Up Authentication

To establish authentication for your Manufactory implementation:

  1. Initial consultation - Discuss your security requirements with our team
  2. Custom configuration - Receive secure authentication credentials specific to your organization
  3. Implementation - Our team will guide you through integrating the authentication method with your systems
  4. Verification - Test the authentication to ensure proper security

Contact for Authentication Setup

To discuss authentication options or set up access to Manufactory, please contact our team directly. A security specialist will work with you to establish the appropriate authentication method.

Projects > Get all projects

The GET endpoint retrieves all Manufactory projects for an organization by providing the org_id and authentication token in the header which returns project details like IDs names descriptions and timezones.

Projects > Create a project

A POST request to create projects requires authentication through X-Manufactory-Auth header along with org_id name description and timezone parameters to generate a new project with unique identifiers and settings.

Actors > Get actors schema

The GET /actors/schema endpoint retrieves actor attributes like city country email and username for a specified organization and project using Manufactory access token authentication.