AnoubisSsoClient
Short description and motivation.
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem "anoubis_sso_client"
And then execute:
$ bundle
Or install it yourself as:
$ gem install anoubis_sso_client
Configuration parameters
This configuration parameters can be placed at files config/application.rb for global configuration or config/environments/.rb for custom environment configuration.
config.anoubis_sso_server = 'https://sso.example.com/'
config.anoubis_sso_user_model = 'AnoubisSsoClient::User'
config.anoubis_sso_menu_model = 'AnoubisSsoClient::Menu'
config.anoubis_sso_group_model = 'AnoubisSsoClient::Group'
config.anoubis_sso_group_menu_model = 'AnoubisSsoClient::GroupMenu'
config.anoubis_sso_group_user_model = 'AnoubisSsoClient::GroupUser'
Contributing
Contribution directions go here.
License
The gem is available as open source under the terms of the MIT License.