We have just published a neat little toolkit for those of you who are interested in SAML-enabling your enterprise application. SAML is a standards-based single sign-on protocol, which allows an identity provider to securely log users into an application without a password. Some of the advantages of SAML that you avoid passwords altogether and can centralize access control at your identity provider. OneLogin''s SAML kit supports both service provider and identity provider initiated web SSO and comes with a working example application. If you sign up for a free trial with OneLogin, you can also test the example app or your own code with a live identity provider. http://support.onelogin.com/entries/165434-saml-toolkit-for-ruby-on-rails Feel free to contact us if you have any questions or are interested in partnering with OneLogin. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi there, thanks for releasing this toolkit. Does "supports both service provider and identity provider initiated web SSO" means you can run identity provider service with this toolkit? Also, does anyone have experience with saml2ruby gem? http://rubygems.org/gems/saml2ruby Looks like these are the only 2 saml libraries I can find, and both has limited documentation. If I need to implement identity provider service which library is best to use? thanks! - reynard On May 3, 8:58 pm, Thomas Pedersen <tho...-S3L8fk1McHv/PtFMR13I2A@public.gmane.org> wrote:> We have just published a neat little toolkit for those of you who are > interested inSAML-enabling your enterprise application.SAMLis a > standards-based single sign-on protocol, which allows an identity > provider to securely log users into an application without a password. > Some of the advantages ofSAMLthat you avoid passwords altogether and > can centralize access control at your identity provider. > > OneLogin''sSAMLkit supports both service provider and identity > provider initiated web SSO and comes with a working example > application. If you sign up for a free trial with OneLogin, you can > also test the example app or your own code with a live identity > provider. > > http://support.onelogin.com/entries/165434-saml-toolkit-for-ruby-on-r... > > Feel free to contact us if you have any questions or are interested in > partnering with OneLogin. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
None of those will give you SAML identity provider functionality. They are both SAML service provider interfaces. - Christian On May 18, 6:32 pm, Reynard <reynar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi there, thanks for releasing this toolkit. Does "supports both > service provider and identity provider initiated web SSO" means you > can run identity provider service with this toolkit? > > Also, does anyone have experience with saml2ruby gem?http://rubygems.org/gems/saml2ruby > Looks like these are the only 2samllibraries I can find, and both > has limited documentation. > If I need to implement identity provider service which library is best > to use? > > thanks! > - reynard > > On May 3, 8:58 pm, Thomas Pedersen <tho...-S3L8fk1McHv/PtFMR13I2A@public.gmane.org> wrote: > > > > > > > We have just published a neat little toolkit for those of you who are > > interested inSAML-enabling your enterprise application.SAMLis a > > standards-based single sign-on protocol, which allows an identity > > provider to securely log users into an application without a password. > > Some of the advantages ofSAMLthat you avoid passwords altogether and > > can centralize access control at your identity provider. > > > OneLogin''sSAMLkit supports both service provider and identity > > provider initiated web SSO and comes with a working example > > application. If you sign up for a free trial with OneLogin, you can > > also test the example app or your own code with a live identity > > provider. > > >http://support.onelogin.com/entries/165434-saml-toolkit-for-ruby-on-r... > > > Feel free to contact us if you have any questions or are interested in > > partnering with OneLogin. > > > -- > > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks for the reply, So I guess there is no ruby implementation for SAML IdP service yet (or at least not open source one). - reynard On May 19, 5:43 am, ChristianP <christian.b.peder...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> None of those will give you SAML identity provider functionality. They > are both SAML service provider interfaces. > > - Christian > > On May 18, 6:32 pm, Reynard <reynar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > Hi there, thanks for releasing this toolkit. Does "supports both > > service provider and identity provider initiated web SSO" means you > > can run identity provider service with this toolkit? > > > Also, does anyone have experience with saml2ruby gem?http://rubygems.org/gems/saml2ruby > > Looks like these are the only 2samllibraries I can find, and both > > has limited documentation. > > If I need to implement identity provider service which library is best > > to use? > > > thanks! > > - reynard > > > On May 3, 8:58 pm, Thomas Pedersen <tho...-S3L8fk1McHv/PtFMR13I2A@public.gmane.org> wrote: > > > > We have just published a neat little toolkit for those of you who are > > > interested inSAML-enabling your enterprise application.SAMLis a > > > standards-based single sign-on protocol, which allows an identity > > > provider to securely log users into an application without a password. > > > Some of the advantages ofSAMLthat you avoid passwords altogether and > > > can centralize access control at your identity provider. > > > > OneLogin''sSAMLkit supports both service provider and identity > > > provider initiated web SSO and comes with a working example > > > application. If you sign up for a free trial with OneLogin, you can > > > also test the example app or your own code with a live identity > > > provider. > > > >http://support.onelogin.com/entries/165434-saml-toolkit-for-ruby-on-r... > > > > Feel free to contact us if you have any questions or are interested in > > > partnering with OneLogin. > > > > -- > > > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh4Ykp1iOSErHA@public.gmane.orgm. > > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > > -- > > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. > For more options, visit this group athttp://groups.google.com/group/rubyonrails-talk?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
We are looking for a senior Rails 3 developer to stand up an environment that will host and administer user accounts, integrate with SAML / Oauth endpoints (like OmniAuth, Facebook, Twitter and others) and support eCommerce transactions (like Paypal or other third-party credit card processing APIs). Bare bones UI functionality is fine from this person, but rock-solid middleware and backend knowledge is a must, especially on the authentication and database integration piece. Anyone available? cbressi-MlgKXc8xpu4yzzc7d281tvpXobYPEAuW@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.