58
edits
Changes
m
→Generating Local UmlautAuth Plugins
# put your code in the generated stub methods in vendor/plugins/your_module_name/lib/your_module_name.rb
# add the following to config/umlaut_config/environment.rb:
<pre>config.app_config.login_modules = [{:id => "your_module_name", :module => :YourModuleName, :default => true }] #(the default => true doesn't do anything yet.)</pre>
=== UmlautAuth Plugin Example ===
UmlautAuthOpenSSO was developed at NYU as an example of generating a plugin and populating the stub methods provided.
* /vendor/plugins/umlaut_auth_open_sso