Advanced Configuration
OIDC / Oauth2
To enable OAuth2 login, you must create a client on the respective OAuth provider, for example Github or Google.
Komodo also supports self hosted Oauth2 providers like Authentik, Gitea and Keycloak.
- Komodo uses the
web application
login flow. - The redirect uri is:
<KOMODO_HOST>/auth/github/callback
for Github.<KOMODO_HOST>/auth/google/callback
for Google.<KOMODO_HOST>/auth/oidc/callback
for OIDC.