{"id":16956971,"url":"https://github.com/jgraichen/omniauth-kerberos","last_synced_at":"2025-04-13T19:12:40.733Z","repository":{"id":3072411,"uuid":"4095542","full_name":"jgraichen/omniauth-kerberos","owner":"jgraichen","description":"OmniAuth strategy for kerberos authentication.","archived":false,"fork":false,"pushed_at":"2024-07-22T10:57:15.000Z","size":13,"stargazers_count":16,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T16:46:17.663Z","etag":null,"topics":["authentication","kerberos","omniauth","omniauth-strategy","password","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/jgraichen.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}},"created_at":"2012-04-21T11:07:19.000Z","updated_at":"2025-03-29T23:30:26.000Z","dependencies_parsed_at":"2024-10-26T21:19:42.146Z","dependency_job_id":"2807e6ec-3d21-451f-a13e-58da0339ebec","html_url":"https://github.com/jgraichen/omniauth-kerberos","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":0.6363636363636364,"last_synced_commit":"6700f48b8eb7c49df7a1b8aad54b1fe616d83a25"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgraichen%2Fomniauth-kerberos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgraichen%2Fomniauth-kerberos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgraichen%2Fomniauth-kerberos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgraichen%2Fomniauth-kerberos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgraichen","download_url":"https://codeload.github.com/jgraichen/omniauth-kerberos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248766744,"owners_count":21158301,"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","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":["authentication","kerberos","omniauth","omniauth-strategy","password","ruby"],"created_at":"2024-10-13T22:16:30.280Z","updated_at":"2025-04-13T19:12:40.710Z","avatar_url":"https://github.com/jgraichen.png","language":"Ruby","readme":"# Omniauth::Strategies::Kerberos\n\n[![Build Status](https://travis-ci.org/jgraichen/omniauth-kerberos.svg)](https://travis-ci.org/jgraichen/omniauth-kerberos)\n[![Code Climate](https://codeclimate.com/github/jgraichen/omniauth-kerberos/badges/gpa.svg)](https://codeclimate.com/github/jgraichen/omniauth-kerberos)\n[![Test Coverage](https://codeclimate.com/github/jgraichen/omniauth-kerberos/badges/coverage.svg)](https://codeclimate.com/github/jgraichen/omniauth-kerberos/coverage)\n\n**omniauth-kerberos** is a simple [OmniAuth](https://github.com/intridea/omniauth) strategy to authenticate using a Kerberos server. **omniauth-kerberos** can be used as an authenticator for [OmniAuth MultiPassword](https://github.com/jgraichen/omniauth-multipassword).\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'omniauth-kerberos'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install omniauth-kerberos\n\nKerberos development headers are required to build dependencies.\n\nOn Debian try:\n\n\t$ sudo apt-get install libkrb5-dev\n\n\n## Usage\n\nUse **omniauth-kerberos** like any other OmniAuth strategy:\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :kerberos\nend\n```\n\nYou still need to configure your system for Kerberos usage like specifying realms. If you has your own login form you can specify the fields to use:\n\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :kerberos, :fields =\u003e [ :login, :pwd ]\nend\n```\n\n\n## Options\n\n** title **\nThe title text shown on default login form.\n(default: `\"Restricted Access\"`)\n\n** fields **\nThe request parameter names to fetch username and password.\n(default: `[ \"username\", \"password\" ]`)\n\n\n## License\n\n[MIT License](http://www.opensource.org/licenses/mit-license.php)\n\nCopyright (c) 2012, Jan Graichen\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgraichen%2Fomniauth-kerberos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgraichen%2Fomniauth-kerberos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgraichen%2Fomniauth-kerberos/lists"}