{"id":20982092,"url":"https://github.com/ayerdines/omniauth-keycloak-openid","last_synced_at":"2025-10-07T08:31:52.027Z","repository":{"id":56886465,"uuid":"250021480","full_name":"ayerdines/omniauth-keycloak-openid","owner":"ayerdines","description":"OmniAuth strategy for Keycloak OIDC","archived":false,"fork":false,"pushed_at":"2021-01-15T08:01:11.000Z","size":8,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T11:50:50.917Z","etag":null,"topics":["keycloak","saml2","single-sign-on","sso","sso-authentication","sso-login"],"latest_commit_sha":null,"homepage":"","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/ayerdines.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-25T15:47:29.000Z","updated_at":"2024-02-10T04:09:39.000Z","dependencies_parsed_at":"2022-08-21T00:20:39.575Z","dependency_job_id":null,"html_url":"https://github.com/ayerdines/omniauth-keycloak-openid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayerdines%2Fomniauth-keycloak-openid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayerdines%2Fomniauth-keycloak-openid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayerdines%2Fomniauth-keycloak-openid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayerdines%2Fomniauth-keycloak-openid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayerdines","download_url":"https://codeload.github.com/ayerdines/omniauth-keycloak-openid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235607125,"owners_count":19017298,"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":["keycloak","saml2","single-sign-on","sso","sso-authentication","sso-login"],"created_at":"2024-11-19T05:44:22.662Z","updated_at":"2025-10-07T08:31:46.739Z","avatar_url":"https://github.com/ayerdines.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OmniAuth::KeycloakOpenID\n\nThis is a custom [OmniAuth](https://github.com/omniauth/omniauth) \"provider\" gem, which authenticates a user via keycloak OIDC protocol.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```\n    gem 'omniauth-keycloak-openid'\n```\n\nAnd then execute:\n\n```\n    $ bundle\n```\n\nOr directly install and add to Gemfile it yourself as:\n\n```\n    $ bundle add omniauth-keycloak-openid\n```\n\nIn omniauth.rb file\n```ruby\nRails.application.config.middleware.use OmniAuth::Builder do\n  provider :keycloak_openid, ENV['CLIENT_ID'], ENV['CLIENT_SECRET'], scope: \"openid profile email\", redirect_uri: 'http://localhost:3000/auth/keycloak_openid/callback'\nend\n```\n\n\n## License\n\nThe gem currently has the [MIT License](http://opensource.org/licenses/MIT) license file included, but todate, has NOT been made available as open source.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayerdines%2Fomniauth-keycloak-openid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayerdines%2Fomniauth-keycloak-openid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayerdines%2Fomniauth-keycloak-openid/lists"}