Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
redmine-oauth
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyECP
redmine-oauth
Commits
693f1baf
Commit
693f1baf
authored
Nov 06, 2012
by
Дмитрий Коваленок
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
documentation
parent
adfec45d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.rdoc
README.rdoc
+5
-5
No files found.
README.rdoc
View file @
693f1baf
This plugin is used to authenticate in redmine through google.
This plugin is used to authenticate in redmine through google.
Installation:
Installation:
Choose folder /plugins, make command git clone git@gitlab.tsdv.net:redmine_omniauth_google.git. Restart rails server.
To make possible to authenticate via google you must first to register application in
To make possible to authenticate via google you must first to register application in
Google. Go to the link https://code.google.com/apis/console and register plugin.
When registering specify application name, for example, Redmine Oauth Google.
In section "Your site or hostname" choose mode http, in the text input box enter
...
...
@@ -11,13 +11,13 @@ your domain, for example, yourdomain.com. Select (more options).
In section "Authorized Redirect URIs" in the text box enter http://yourdomain/oauth_google_callback. Press the button "Create client ID".
The registrations is complete.
Login as administrator. In top menu select "Administration".
Login as administrator. In top menu select "Administration".
Choose menu item Plugins. In plugins list choose "Redmine Omniauth Google plugin".
Press "Configure". Fill Сlient ID & Client Secret by corresponding values, obtained
by Google. Put the check "Oauth authentification", to make it possible to login
through Google. Click Apply. Users can now to use apportunity to login via Google.
User goes to the login page(sign in). User clicks the button with Google image.
User goes to the login page(sign in). User clicks the button with Google image.
The plugin redirects him to Google. User enters his the еmail & password from Google.
Google redirect user back to plugins controller. Then the following cases:
1. If auto registration is enabled, user is redirected to 'my/page'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment