-
Notifications
You must be signed in to change notification settings - Fork 181
Home
This gem concentrates on SAML 2.0 IdP features. Currently we are supporting SSO and SLO feature mainly. It's welcome to open request if you need more features from SAML 2.0 protocols. Please don't forget to add your use case and configuration if it's required to analyze your request.
If you need to help for your issues or if you are struggling to use this gem, we are welcome to any questions. Saml IdP gitter room Please don't expect quick answers because we are a non profitable community.
In this wiki page we will try to cover how to integrate this gem with your application.
If you are going to integrate this gem with Rails application you may want to check following Wiki page.
How to integrate with Rails application
If you are going to integrate this gem with Sinatra application you may want to check following Wiki page.
<TODO: Add sinatra guide>
Beside of controller logic you need to configure this gem with SamlIdp
modules configure
method.
About configuration following
This gem might not to cover all corner cases that's your need. Following wiki page contains some developers experience and suggestions. It may worth to check what you can do with your customization. Also, we are suggesting if you have a common customization, feel free to create pull request to this repo. We will be happy for your contribution and improvement discussion. Saml IdP configuration