Get Started
Identity fundamentals
You don’t have to be an expert on IAM to integrate Auth0 into your application or API, but you can choose the right configuration for your use case if you know some key concepts. To learn more, read our Introduction to Identity and Access Management (IAM) article. If you still have questions about planning your implementation, review our Architecture Scenarios section for walk-throughs of real world scenarios.Integrate with Auth0
To start integrating with Auth0, you can either start with our interactive Quickstart guides for initial set-up and quick configurations, or you can register your application manually in the Auth0 Dashboard. In Dashboard, you can create a tenant, or your Auth0 instance, from the ground up. If you prefer to use SDKs, Auth0 offers multiple options for each application type. To see the full offering, navigate to Auth0 Libraries. You can begin your configuration with general details in the Dashboard tenant settings, such as the name displayed to your users, your company logo, your callback URLs, or where Auth0 redirects your users after authentication. You can review our recommendations by reading Tenant Settings. Once you’ve set up the tenant, then you can create and configure your application or API. You can use the instructions in our articles Create Applications or Register APIs as a starting point.Authenticate
The vehicle of authentication is the login form, or the intermediary to allow your users access to your application. Users provide pre-determined credentials, such as username or password, in the login form to verify their digital identities. Auth0’s is a login form you can customize to accommodate your brand and configure to provide secure access. Some benefits of using Universal Login are:- login with biometrics
- Choice of methods from email, voice, or Duo
- (SSO) capabilities
- Localization support
- a header that includes the signature
- the payload that contains statements and attributes about the requestor
- the signature that verifies the token is valid