- Login methods
- Language
- Email and password sign-in
- Import email and password users
- Authentication emails
- Auth Portal domain
- OAuth consent screen branding

How do I customize Auth Portal logo, colors, and appearance?
Go to Branding → Customize Auth Portal. You customize the Auth Portal’s colors, logo, terms and conditions, privacy policy and more. Learn more here.How do I customize login options?
Go to Branding → Customize Auth Portal in the sidebar to enable specific login methods for your users| Method | Default | Description |
|---|---|---|
| On | Sign in with a Google account | |
| Apple | On | Sign in with an Apple ID |
| Microsoft | On | Sign in with a Microsoft account (personal or work) |
| Email OTP | On | Sign in with a one-time code sent to email |
| Email and password | Off | Create an account and sign in with a password |
| Off | Sign in with a LinkedIn account |

How do I change the Auth Portal language?
Go to Branding & SEO → Customize Auth Portal and choose a language under Default Language. The Auth Portal shows sign-in, sign-up, one-time codes, password reset, and account settings in that language for all your users. Hercules supports English, Spanish, French, and German.
How do I enable email and password sign-in?
Email and password sign-in is available on Pro and Business plans.- Go to Branding & SEO → Customize Auth Portal.
- Under Sign-in Methods, turn on Email and password.
- Save your changes.
How do I import email and password users?
Users on the Business plan can import up to 5,000 users at a time:- Enable and save Email and password sign-in.
- Click Import users beside the sign-in method.
- Choose a CSV file and click Review users.
- Review the valid, skipped, and invalid rows.
- Click Import users.
| Column | Required | Description |
|---|---|---|
| Yes | A valid email address | |
| password | Yes | Between 8 and 128 characters |
| name | No | The user’s name. Hercules uses the email prefix when omitted. |
How do I customize the Auth Portal’s domain?
By default, the Auth Portal uses a Hercules-managed domain (e.g.yourapp.hercules-auth.com). You can change this to auth.yourdomain.com so your users see your domain during sign-in. Configuration depends on how you connect your domain to your Hercules app.
| Domain setup | What to do |
|---|---|
| Purchased through Hercules | Nothing. auth.yourdomain.com is configured automatically. |
| 3rd party domain | After connecting your domain in Domains, click Enable auth portal on the domain. Hercules creates the auth domain and shows you the DNS records to add: a CNAME on auth pointing to the target shown in your dashboard. |

- SSL is provisioned automatically
- To use a subdomain other than
auth, contact hello@hercules.app - If users see a red “Deceptive site ahead” or “Dangerous site” warning when visiting
auth.yourdomain.com, the flag typically originates from your apex domain. See Google Safe Browsing warnings on your domain
How do I customize authentication emails?
Go to Branding & SEO → Customize Auth Portal to customize the emails your users receive during authentication:| Field | Description |
|---|---|
| Login Code Email Sender | Sender for login codes, email verification, and password reset messages. Configure a sender identity in Hercules Email first to use your own domain. |
| From Address | The local part before @yourdomain.com (for example, noreply or auth). Shown only when you select a domain identity. |
| Email Subject | The subject line of the email one-time passcode message. |
| App Name | The name used in email content and verification or password reset subject lines. |
| Email Footer | A custom signature used in login code, verification, and password reset messages. |

How do I customize OAuth branding?
By default, your users see “Hercules” on the OAuth consent screen during social login. Use custom credentials to show your brand name, privacy policy, and terms of service instead. Go to Branding & SEO → Customize Auth Portal → Login Options, select a provider, and enter your OAuth credentials. After saving, Hercules gives you a Callback URL to add to your provider’s developer console. See provider-specific guides below.Google setup
Google setup
Create a Google Cloud project
Configure the OAuth consent screen
- Set the User Type to External (unless you are restricting to a Google Workspace organization)
- Fill in the App name, User support email, and Developer contact email
- Add your logo, privacy policy URL, and terms of service URL
- Under Scopes, add
openid,email, andprofile - Save
Create OAuth credentials
- Set Application type to Web application
- Under Authorized redirect URIs, add the Callback URL shown in Hercules (you can come back to this step after saving in Hercules)
- Click Create
- Copy the Client ID and Client Secret
Enter credentials in Hercules
- Paste the Client ID and Client Secret
- Click Save
- Copy the Callback URL shown after saving
Microsoft setup
Microsoft setup
Register an app in Microsoft Entra ID
- Set a Name for the app (your users will see this)
- Under Supported account types, select Accounts in any organizational directory and personal Microsoft accounts (this covers both work and personal accounts)
- Under Redirect URI, select Web and enter the Callback URL shown in Hercules (you can come back to this step after saving in Hercules)
- Click Register
Create a client secret
- Add a description and choose an expiry period
- Click Add
- Copy the Value (this is your Client Secret, shown only once)
Optional: auto-link work and school accounts
xms_edov claim. Add that claim and these accounts link automatically. (Personal Microsoft accounts verify their own email and are unaffected.)In your app registration, open Manifest and make optionalClaims.idToken include email and xms_edov:xms_edov is not in the Token configuration dropdown, so add it through the Manifest; a “claim not recognized” warning there is safe to ignore.Apple setup
Apple setup
Create an App ID
- Select App IDs → Continue
- Select App → Continue
- Enter a Description and a Bundle ID (e.g.
com.yourcompany.yourapp) - Under Capabilities, check Sign In with Apple
- Click Continue → Register
Create a Services ID
- Enter a Description (your users will see this on the Apple consent screen)
- Enter an Identifier (e.g.
com.yourcompany.yourapp.auth) - Click Continue → Register
- Check Sign In with Apple → click Configure
- Under Domains and Subdomains, add the domain shown in the Hercules Callback URL (for example,
hercules-auth.com) - Under Return URLs, add the full Callback URL from Hercules
- Click Save → Continue → Save
Create a private key
- Enter a Key Name
- Check Sign In with Apple → click Configure
- Select the App ID you created in Step 1
- Click Save → Continue → Register
- Download the
.p8key file. Store it securely. Apple only lets you download it once. - Note the Key ID shown on this page
Find your Team ID
Enter credentials in Hercules
- Client ID: Enter the Identifier of your Services ID (from Step 2, e.g.
com.yourcompany.yourapp.auth) - Team ID: Paste your Team ID
- Key ID: Paste the Key ID from Step 3
- Private Key: Open the
.p8file in a text editor and paste the entire contents, including the-----BEGIN PRIVATE KEY-----and-----END PRIVATE KEY-----lines - Click Save
LinkedIn setup
LinkedIn setup
Create a LinkedIn app
- Enter an App name, LinkedIn Page, and Logo
- Accept the terms and click Create app
Add the Sign In with LinkedIn product
Configure OAuth redirect
- Under Authorized redirect URLs for your app, add the Callback URL from Hercules
- Copy the Client ID and Client Secret

- If you remove custom credentials, Hercules automatically falls back to its own managed credentials. Social login continues to work. Your users will see “Hercules” on the consent screen again.
- Custom OAuth credentials are available on the Business plan
Can I bring my own auth provider?
Currently, Hercules apps only support Hercules Auth. Authentication is a fragile part of building software. If auth breaks, your entire app can break. We prioritize making Hercules Auth a stable, well-supported, secure, and robust auth system. We are working on supporting custom auth providers in the future.Additional FAQ
I don't see these options in my dashboard
I don't see these options in my dashboard
What's the difference between users and auth?
What's the difference between users and auth?
Can I block disposable email addresses from signing up?
Can I block disposable email addresses from signing up?
Can I import more than 5,000 users?
Can I import more than 5,000 users?
Can imported users reset their password?
Can imported users reset their password?
Can I close the window while an import runs?
Can I close the window while an import runs?
What happens if I upload the same CSV again?
What happens if I upload the same CSV again?
Can I embed auth directly in my app?
Can I embed auth directly in my app?
Do my users need to re-register when I change login methods?
Do my users need to re-register when I change login methods?