Skip to content

Commit 223a7b0

Browse files
committed
Update README.md
1 parent 8458c0b commit 223a7b0

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22

33
The omniauth_crowd library is an OmniAuth provider that supports authentication against Atlassian Crowd REST apis.
44

5+
[![Build Status](https://travis-ci.org/robdimarco/omniauth_crowd.svg?branch=master)](https://travis-ci.org/robdimarco/omniauth_crowd)
6+
57
## Helpful links
68

7-
* **Documentation:** http://github.com/robdimarco/omniauth_crow
8-
* <b>OmniAuth:</b> https://github.com/intridea/omniauth/
9-
* <b>Atlassian Crowd:</b> http://www.atlassian.com/software/crowd/
10-
* <b>Atlassian Crowd REST API:</b> http://confluence.atlassian.com/display/CROWDDEV/Crowd+REST+APIs
9+
* [Documentation](http://github.com/robdimarco/omniauth_crow)
10+
* [OmniAuth](https://github.com/intridea/omniauth/)
11+
* [Atlassian Crowd](http://www.atlassian.com/software/crowd/)
12+
* [Atlassian Crowd REST API](http://confluence.atlassian.com/display/CROWDDEV/Crowd+REST+APIs)
1113

1214
## Install and use
1315

1416
### 1. Add the OmniAuth Crowd REST plugin to your Gemfile
15-
gem 'omniauth', '>= 1.0.0' # We depend on this
16-
gem "omniauth_crowd"
17+
18+
gem 'omniauth', '>= 1.0.0' # We depend on this
19+
gem "omniauth_crowd"
1720

1821
### 2. You will need to configure OmniAuth to use your crowd authentication. This is generally done in Rails in the config/initializers/omniauth.rb with...
1922

20-
Rails.application.config.middleware.use OmniAuth::Builder do
21-
provider :crowd, :crowd_server_url=>"https://crowd.mycompanyname.com/crowd", :application_name=>"app", :application_password=>"password"
22-
end
23+
Rails.application.config.middleware.use OmniAuth::Builder do
24+
provider :crowd, :crowd_server_url=>"https://crowd.mycompanyname.com/crowd", :application_name=>"app", :application_password=>"password"
25+
end
2326

2427
You will need to supply the correct server URL, application name and password
2528

@@ -35,6 +38,6 @@ You will need to supply the correct server URL, application name and password
3538

3639
## Copyright
3740

38-
Copyright (c) 2011 Rob Di Marco. See LICENSE.txt for
41+
Copyright (c) 2011-14 Rob Di Marco. See LICENSE.txt for
3942
further details.
4043

0 commit comments

Comments
 (0)