{"id":40447502,"url":"https://github.com/dns3l/auth","last_synced_at":"2026-01-20T17:04:48.832Z","repository":{"id":143682601,"uuid":"527607744","full_name":"dns3l/auth","owner":"dns3l","description":"An OIDC provider for DNS3L","archived":false,"fork":false,"pushed_at":"2025-10-17T19:21:12.000Z","size":170,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-18T21:34:47.579Z","etag":null,"topics":["active-directory","dex","dexidp","identity-management","ldap","oidc","oidc-provider"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dns3l.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-22T14:47:30.000Z","updated_at":"2025-10-17T19:19:57.000Z","dependencies_parsed_at":"2024-01-31T00:30:22.703Z","dependency_job_id":null,"html_url":"https://github.com/dns3l/auth","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/dns3l/auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns3l%2Fauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns3l%2Fauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns3l%2Fauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns3l%2Fauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dns3l","download_url":"https://codeload.github.com/dns3l/auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns3l%2Fauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["active-directory","dex","dexidp","identity-management","ldap","oidc","oidc-provider"],"created_at":"2026-01-20T17:04:48.065Z","updated_at":"2026-01-20T17:04:48.827Z","avatar_url":"https://github.com/dns3l.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI workflow](https://img.shields.io/github/workflow/status/dns3l/auth/main?label=ci\u0026logo=github)](https://github.com/dns3l/auth/actions/workflows/main.yml)\n[![GitHub release](https://img.shields.io/github/release/dns3l/auth.svg\u0026logo=github)](https://github.com/dns3l/auth/releases/latest)\n[![Semantic Release](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)\n![License](https://img.shields.io/github/license/dns3l/auth)\n\n## [Dex][1] OIDC provider backend for DNS3L\n\n`docker pull ghcr.io/dns3l/auth`\n\n[1]: https://dexidp.io/\n\n### Configuration\n\n| variable | note | default |\n| --- | --- | --- |\n| ENVIRONMENT | `production` or other deployments | |\n| DEX_URL | published Dex endpoint | `http://localhost:5556/auth` |\n| DNS3L_URL | published DNS3L endpoint | `http://localhost:3000` |\n| HELP_URL | provide help regarding auth | `https://github.com/dns3l/dns3l` |\n| DNS3L_USER | local account(s) UID | `certbot` |\n| DNS3L_USERNAME | local account username | `CertBOT` |\n| DNS3L_USERMAIL | local account e-mail | `certbot@example.com` |\n| DNS3L_PASS | local account(s) password | random |\n| DNS3L_CLI_SECRET | CLI shared secret | random |\n| LDAP_CONNECTOR_NAME | UI display name | `LDAP` |\n| LDAP_CONNECTOR_HOST | AD/LDAP server | `localhost:636` |\n| LDAP_CONNECTOR_PROMPT | UI prompt | `LDAP Username` |\n| LDAP_TLS_VERIFY | enforce TLS validation | `no` |\n| LDAP_STARTTLS | use `STARTTLS` | `no` |\n| LDAP_BindDN | DN to bind | |\n| LDAP_BindPW | password for bind DN | |\n| LDAP_USER_BASE | [ldap connector][2] | `ou=users,dc=localhost` |\n| LDAP_USER_FILTER | [ldap connector][2] | `(objectClass=*)` |\n| LDAP_GROUP_BASE | [ldap connector][2] | `ou=groups,dc=localhost` |\n| LDAP_GROUP_FILTER | [ldap connector][2] | `(objectClass=*)` |\n| LDAP_USER_ID_ATTR | [ldap connector][2] | `DN` |\n| LDAP_USER_UID_ATTR | [ldap connector][2] | `sAMAccountName` |\n| LDAP_USER_MAIL_ATTR | [ldap connector][2] | `mail` |\n| LDAP_USER_NAME_ATTR | [ldap connector][2] | `displayName` |\n| LDAP_GROUP_NAME_ATTR | [ldap connector][2] | `cn` |\n| LDAP_GROUP_USER_ATTR | [ldap connector][2] | `DN` |\n| LDAP_GROUP_MEMBER_ATTR | [ldap connector][2] | `member` |\n\n[2]: https://dexidp.io/docs/connectors/ldap/\n\nIf `ENVIRONMENT` is `production` and `LDAP_BindDN`, `LDAP_BindPW` are set the LDAP connector is configured only.\n\nMount a custom dex config to `/etc/dex.conf.yml` if environment based template seems not sufficient.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns3l%2Fauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdns3l%2Fauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns3l%2Fauth/lists"}