{"id":21020205,"url":"https://github.com/bringhurst/nginx-mod-auth-kerb","last_synced_at":"2025-10-10T06:39:27.188Z","repository":{"id":137018847,"uuid":"1646599","full_name":"bringhurst/nginx-mod-auth-kerb","owner":"bringhurst","description":"An nginx module to enable the use of SPNEGO, GSSAPI, and Kerberos for HTTP SSO authentication.","archived":false,"fork":false,"pushed_at":"2025-03-30T04:20:58.000Z","size":41,"stargazers_count":37,"open_issues_count":4,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-15T07:42:35.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bringhurst.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2011-04-21T18:18:53.000Z","updated_at":"2025-03-30T04:21:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"83c9a46c-ba92-4d7d-acbf-0e1cbf52ab8f","html_url":"https://github.com/bringhurst/nginx-mod-auth-kerb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bringhurst/nginx-mod-auth-kerb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringhurst%2Fnginx-mod-auth-kerb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringhurst%2Fnginx-mod-auth-kerb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringhurst%2Fnginx-mod-auth-kerb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringhurst%2Fnginx-mod-auth-kerb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bringhurst","download_url":"https://codeload.github.com/bringhurst/nginx-mod-auth-kerb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bringhurst%2Fnginx-mod-auth-kerb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002970,"owners_count":26083489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-19T10:36:09.120Z","updated_at":"2025-10-10T06:39:27.169Z","avatar_url":"https://github.com/bringhurst.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx-mod-auth-kerb\nThis is an [nginx](http://nginx.org/) module to enable the use of SPNEGO,\nGSSAPI, and Kerberos for HTTP SSO authentication.\n\n*Warning*: This code probably has a ton of bugs. Personally, I suggest that you\ndon't use it in production without a bit of auditing. This repository was\ncreated because the original download site disappeared.\n\n## Compilation\nFirst, you need to compile the spnegohelp dynamic library. 'make' in that\nsubdirectory should do it, then place it by hand somewhere where linker\nand loader can find it by default (probably /usr/lib or perhaps even\n/usr/local/lib depending on your setup).\n\nWhen compiling from source build as usual adding the -add-module option:\n\n````\n  ./configure --add-module=$PATH_TO_MODULE\n````\n\ninside top Nginx source directory.\n\n## Configuration\nThe module has following directives:\n\n- auth_gss: \"on\"/\"off\", for ease of unsecuring while leaving other\n  options in the config file,\n\n- auth_gss_realm: what Kerberos realm name to use, for now only used to\n  remove it from full user@realm.name,\n\n- auth_gss_keytab: absolute path-name to keytab file containing service\n  credentials,\n\n- auth_gss_service_name: what service name to use when acquiring\n  credentials. (TOFIX: HTTP but should be a list in case of some other\n  browsers wanting perhaps khttp or http),\n\n- auth_gss_format_full: \"on\"/\"off\", default \"off\", when \"on\" realm name will not\n  be stripped from $remote_user variable\n\nFIXME: for now they are all merely location specific. i.e. no way to\nspecify main or per server defaults, except for ...\n\n## Examples\n````\n... current \"hardcodeds\" ;-}\n\n    location /topsecret {\n      auth_gss on;\n      auth_gss_realm LOCALDOMAIN;\n      auth_gss_keytab /etc/krb5.keytab;\n      auth_gss_service_name HTTP;\n    }\n````\n\n## Credit and License\nThis code is derived from the [Apache Kerberos/SPNEGO module](http://modgssapache.sf.net).\n\nPlease see the LICENSE.md file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbringhurst%2Fnginx-mod-auth-kerb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbringhurst%2Fnginx-mod-auth-kerb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbringhurst%2Fnginx-mod-auth-kerb/lists"}