saml
This library is a port of ruby-saml, so for now it's targeted at Service Provider features, but eventually the goal is to target Identity Provider features as well.
Installation
-
Add the dependency to your
shard.yml:dependencies: saml: github: atlantisnove/saml -
Run
shards install
Usage
require "saml"
See https://github.com/SAML-Toolkits/ruby-saml for documentation for now... since this is a close port (at the moment) it should mostly apply (just replace the Saml namespace with Saml).
Development
TODO
Contributing
- Fork it (https://github.com/atlantisnove/saml/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- atlantisnova - creator and maintainer