Code Monkey home page Code Monkey logo

single_auth's Introduction

Single Authentication (SSO)

Plugin for Redmine

Plugin implements HTTP authentication method in Redmine.

Plugin allows transparent authentication of the User using his domain account throuht Web-server module (for ex. "Mod_NTLM" in Apache).

User authorizes in Web-form on Web-server (for ex. Apache). Web-server connects to LDAP-server (for ex. Active Directory) through module (for ex. "Mod_NTLM") and checks User`s credentials. If authorization is complete, module transfers User credentials to Redmine through Environment Variable (for ex. "REMOTE_USER"). Redmine checks User credentials from Variable in it's own Users DB. If User is inside DB, Redmine will login User with it's account, otherwise Redmine will add User into DB, and login User with it's account.

Scheme

In Plugin Settings you can set Server environment variable if it differs from "REMOTE_USER".

Settings

Installation

Attention! Web-server should be cofigured for plugin with neccessary module and LDAP server.

To install plugin, go to the folder "plugins" in root directory of Redmine. Clone plugin in that folder.

	git clone https://github.com/tdvsdv/single_auth.git

Restart your web-server.

Supported Redmine, Ruby and Rails versions.

Plugin aims to support and is tested under the following Redmine implementations:

  • Redmine 2.3.1
  • Redmine 2.3.2
  • Redmine 2.3.3

Plugin aims to support and is tested under the following Ruby implementations:

  • Ruby 1.9.2
  • Ruby 1.9.3
  • Ruby 2.0.0

Plugin aims to support and is tested under the following Rails implementations:

  • Rails 3.2.13

Copyright

Copyright (c) 2011-2013 Vladimir Pitin, Danil Kukhlevskiy. [skin]: https://github.com/tdvsdv/redmine_alex_skin For better appearance we recommend to use this plugin with Redmine skin of our team - [Redmine Alex Skin][skin].

Another plugins of our team you can see on site http://rmplus.pro

single_auth's People

Contributors

matrixcs avatar tdvsdv avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.