Overview
Auth0 provides:- OAuth 2.0 and OpenID Connect (OIDC)
- Multi-factor authentication (MFA)
- Enterprise connections
- Role-based access control (RBAC)
Prerequisites
Auth0 tenant
Hosted tenant or custom domain such as
auth.kombify.ioAdmin access
Access to the Auth0 dashboard
Setup for kombify Cloud
Step 1: Create an application
Create application
Navigate to Applications -> Create Application
- Name:
kombify Cloud - Type: Regular Web Application
Configure callback URLs
Add these URLs:For self-hosted environments, add the matching public callback URL for that deployment.
Step 2: Configure kombify Cloud
- SaaS (Managed)
- Self-hosted
Configure the hosted tenant for:
AUTH0_DOMAINAUTH0_ISSUER_BASE_URLAUTH0_CLIENT_IDAUTH0_CLIENT_SECRET
Setup for self-hosted tools
Use the same Auth0 tenant or a dedicated tenant per environment. The exact variables depend on the tool, but the standard kombify contract is:Roles and claims
Use a custom namespaced claim for roles:Troubleshooting
Invalid callback URL
Invalid callback URL
Ensure the callback URL in Auth0 exactly matches the URL configured in the kombify service.
Token validation failed
Token validation failed
Verify the issuer metadata:
User not authorized
User not authorized
