{"id":19788340,"url":"https://github.com/graylog2/graylog-plugin-auth-sso","last_synced_at":"2025-05-01T00:31:01.364Z","repository":{"id":48000378,"uuid":"62229371","full_name":"Graylog2/graylog-plugin-auth-sso","owner":"Graylog2","description":"SSO support for Graylog through trusted HTTP headers set by load balancers or authentication proxies","archived":false,"fork":false,"pushed_at":"2022-12-03T15:46:10.000Z","size":623,"stargazers_count":49,"open_issues_count":28,"forks_count":13,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-04-15T00:39:05.917Z","etag":null,"topics":["authentication","graylog","graylog-plugin","single-sign-on","sso"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Graylog2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-29T13:48:45.000Z","updated_at":"2024-04-11T14:35:20.000Z","dependencies_parsed_at":"2023-01-23T04:46:17.844Z","dependency_job_id":null,"html_url":"https://github.com/Graylog2/graylog-plugin-auth-sso","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Graylog2%2Fgraylog-plugin-auth-sso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Graylog2%2Fgraylog-plugin-auth-sso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Graylog2%2Fgraylog-plugin-auth-sso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Graylog2%2Fgraylog-plugin-auth-sso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Graylog2","download_url":"https://codeload.github.com/Graylog2/graylog-plugin-auth-sso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224229140,"owners_count":17277137,"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","graylog","graylog-plugin","single-sign-on","sso"],"created_at":"2024-11-12T06:26:56.088Z","updated_at":"2024-11-12T06:26:56.695Z","avatar_url":"https://github.com/Graylog2.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Note\n\nThis plugin no longer works in recent Graylog versions and is archived. It is provided only for historical purposes in case someone needs access to the source code.\n\n# SSO Authentication Plugin for Graylog\n\n[![Build Status](https://travis-ci.org/Graylog2/graylog-plugin-auth-sso.svg?branch=master)](https://travis-ci.org/Graylog2/graylog-plugin-auth-sso)\n\nThis plugins adds SSO (Single Sign-On) capabilities to Graylog. It supports automatic login and user account creation based on trusted HTTP headers set by an authentication proxy.\n\n\n**Required Graylog version:** 3.3.x.\n\n**This plugin will not be compatible with Graylog 4.0 and later!**\n\nVersion Compatibility\n---------------------\n\n| Plugin Version | Graylog Version |\n| -------------- | --------------- |\n| 3.3.x          | 3.3.x           |\n| 3.2.x          | 3.2.x           |\n| 3.1.x          | 3.1.x           |\n| 3.0.x          | 3.0.x           |\n| 2.5.x          | 2.5.x           |\n| 2.4.x          | 2.4.x           |\n| 2.3.x          | 2.3.x           |\n| 1.0.x          | \u003e=2.1.x, \u003c2.3.x |\n\nInstallation\n------------\n\n[Download the plugin](https://github.com/Graylog2/graylog-plugin-auth-sso/releases)\nand place the `.jar` file in your Graylog plugin directory. The plugin directory\nis the `plugins/` folder relative from your `graylog-server` directory by default\nand can be configured in your `graylog.conf` file.\n\nRestart `graylog-server` and you are done.\n\nDevelopment\n-----------\n\nYou can improve your development experience for the web interface part of your plugin\ndramatically by making use of hot reloading. To do this, do the following:\n\n* `git clone https://github.com/Graylog2/graylog2-server.git`\n* `cd graylog2-server/graylog2-web-interface`\n* `ln -s $YOURPLUGIN plugin/`\n* `npm install \u0026\u0026 npm start`\n\nUsage\n-----\n\nHow this Plugin can be used is described in [the Graylog Documentation](http://docs.graylog.org/en/latest/pages/users_and_roles/external_auth.html#single-sign-on)\n\n\nGetting started\n---------------\n\nThis project is using Maven 3 and requires Java 8 or higher.\n\n* Clone this repository.\n* Run `mvn package` to build a JAR file.\n* Optional: Run `mvn jdeb:jdeb` and `mvn rpm:rpm` to create a DEB and RPM package respectively.\n* Copy generated JAR file in target directory to your Graylog plugin directory.\n* Restart the Graylog.\n\nPlugin Release\n--------------\n\n- Bump version in `package.json`\n- Bump parent version and `graylog.version` in pom.xml\n- Change branch name for the graylog2-server checkout in `.travis.yml`\n\nFor the rest we are using the maven release plugin:\n\n```\n$ mvn release:prepare\n```\n\n(no need for `mvn release:perform`)\n\nThis sets the version numbers, creates a tag and pushes to GitHub. Travis CI will build the release artifacts and upload to GitHub automatically.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraylog2%2Fgraylog-plugin-auth-sso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraylog2%2Fgraylog-plugin-auth-sso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraylog2%2Fgraylog-plugin-auth-sso/lists"}