
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 |
| Off | Sign in with a LinkedIn account |

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 the email OTP email?
Go to Branding & SEO → Customize Auth Portal to customize the one-time passcode email your users receive when signing in with email:| Field | Description |
|---|---|
| Login Code Email Sender | Send from your own domain instead of hello@notifications.hercules.app. Configure a sender identity in Hercules Email first, then pick it here. |
| 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 OTP email. |
| App Name | The name used inside the email body. |
| Email Footer | A custom signature at the bottom of the email. |

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)
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 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?