Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
omniauth-cas
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nounous-archives
omniauth-cas
Commits
46728891
Commit
46728891
authored
13 years ago
by
Derek Lindahl
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
1d513e26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-11
6 additions, 11 deletions
README.md
with
6 additions
and
11 deletions
README.md
+
6
−
11
View file @
46728891
...
...
@@ -3,17 +3,10 @@
[
travis
]:
http://travis-ci.org/dlindahl/omniauth-cas
[
gemnasium
]:
https://gemnasium.com/dlindahl/omniauth-cas
A CAS Strategy for OmniAuth.
This is a OmniAuth 1.0 compatible port of the previously available
[
OmniAuth CAS strategy
][
old_omniauth_cas
]
that was bundled with OmniAuth 0.3.
I didn't really want to do this, but no one else has, so I might as well give it a stab.
This is highly experimental, use at your own risk!
Having said that, please let me know if you discover any problems or
have any feature requests by opening an Issue on the GitHub page. I will try to address
them as fast as I can.
Thanks in advance for trying this out!
[
View the documentation
][
document_up
]
## Installation
...
...
@@ -34,7 +27,7 @@ Or install it yourself as:
Use like any other OmniAuth strategy:
Rails.application.config.middleware.use OmniAuth::Builder do
provider :cas, :host => 'cas.yourdomain.com'
provider :cas, :host => 'cas.yourdomain.com'
end
OmniAuth CAS requires at least one of the following two configuration options:
...
...
@@ -65,3 +58,5 @@ Special thanks go out to the following people
*
Phillip Aldridge (@iterateNZ) and JB Barth (@jbbarth) for helping out with Issue #3
[
old_omniauth_cas
]:
https://github.com/intridea/omniauth/blob/0-3-stable/oa-enterprise/lib/omniauth/strategies/cas.rb
[
document_up
]:
http://dlindahl.github.com/omniauth-cas/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment